Statistik
6 Fragen
0 Antworten
RANG
147.143
of 300.352
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
83.33%
ERHALTENE STIMMEN
0
RANG
of 20.928
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.212
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Find intersection of 2 normal distribution
Hi, I have 2 normal pdf and I want to find their intersection: the intersection is between 160 to 170. I have code as f...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find inverse of a cdf so as to sample x
I have a cdf calculated as follows: mu = 0; var = 1; x = -10:0.01:10; y = cumtrapz((2*pi*(var))^(-0.5)* exp(...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
find finverse of cumtrapz()
Hi, I have to invert the function that calculates cumtrapz of an equation as follows: mu = 0; var = 1; %x = -9:0...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Conditioning bivariate gaussian distribution
Hi, I have a bivariate normal distribution as follows f(x): m = 0; c = [0.5 0.8; 0.8 2.0]; x1 = -4:0.2:4; ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Bivariate Normal Distribution different for expression and mvnpdf()
Hi, I am plotting 3D graph of bivariate gaussian distribution using 2 methods for the same range of x and y but still i am ge...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unable to convert expression into double array.
My code snippet is as follows: syms X mu std ; sym pi; definite_int = inline('(2*pi*(std^2))^(-0.5)* exp(-((X-mu).^2)/(2*(std...
etwa 6 Jahre vor | 1 Antwort | 0
