Community Profile

photo

Aishwarya Radhakrishnan


Last seen: casi 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta