Statistiques
5 Questions
0 Réponses
RANG
103 633
of 300 364
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
0
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 407
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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)
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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(...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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
presque 8 ans il y a | 1 réponse | 0

