I need to find 10th percentile of random variable X with PDF defined with:
whereis const that should be found too.
By integrating f from 0 toI got cumulative dist. function
, so
.
First, is this approach OK, and second, how can I calculate required percentile?
Thanks guys
