Community Profile

photo

Aishwarya Radhakrishnan


Last seen: 4年弱 前 2019 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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(...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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; ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 1 件の回答 | 0

1

回答