alireza farrokh
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
100.421
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Hi, I need to write a function using 'hist' that takes the values of the continuous random variable X and the vector of values of x and returns the probability density function. if it's possible give me an example too.
function fx=probability_density_function(X,x)
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Hello there, I have this function below and by Using it, i need to obtain the entropy of a Gaussian continuous random variable with mean µ=2 and a variance of σ=3.Can you help me with this problem?
function h=entropy_continuous(x,fx) if max(diff(x)) > min(diff(x))*(1.01) error('x is not equally distributed.'); end; dx=x(...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
HI I need to find gamma_t in this nonlinearal equation:
HI I need to find gamma_t in this nonlinearal equation,gamma=0:2:20; gamma0=10^(gamma/10); ei(gamma_t/gamma0)-(gamma0/9.022)=0 ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
I need to find 'x' in this nonlineral equation
I need to find 'x' in here: i have 'a=0;2;20' and 'ei' is an exponential integral known in matlab. My nonlinearal equation is 'e...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
i need to find variable x and the error is " Undefined function or variable 'x'. "
>> a=0:2:20; >> y=((1/x)*(exp(-x/a)))+((1/a)*(Ei(-x/a)))==1
alrededor de 7 años hace | 1 respuesta | 0