Jikim

5 Reputation

3 Badges

11 years, 308 days

MaplePrimes Activity


These are questions asked by Jikim

Dear All,

I am a bigginer of Maple. I'm trying to solve the following in Maple.

 

> with(Statistics);
> f := Distribution(NormalDistribution(0.3,1));

> Y := RandomVariable(f);
> fy := PDF(Y, y);

> Fy := CDF(Y, y);

> int((diff(-ln(1-Fy), y))*fy, y = -infinity .. infinity);

> w := evalf(%);

 

But Maple told me that the answer is the integral -float(∞)..float(∞).

Page 1 of 1