photo

Aishwarya Radhakrishnan


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
246,400
of 300,369

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer