find the cumulative distribution function for
so far I get
but the given solution is:
where those thecome from?
Printable View
find the cumulative distribution function for
so far I get
but the given solution is:
where those thecome from?
those are typos and I didn't copy it accordingly, what's shown for the cdf is:
but after integrating out you get:
so either I'm missing something or there is in fact an error in the solution...
Well I don't see any reason for us to worry about the algebra so I let Maxima do the work:
and as this isCode:(%i5) integrate((3/4)*(1-z^2), z, -1, x);
(%o5) (3*(2/3-(x^3-3*x)/3))/4
(%i6) radcan(%);
(%o6) -(x^3-3*x-2)/4
(%i7)
at
, we have that
for
and zero otherwise is a density, but the
of the original post is not (it integrates up to
)
RonL
(note Maxima unlike Mathematica is freeware - and does not just produce plain ASCII output as above either)