Say I have a random variable (such as concentration) that is defined spatially by some function $C(x)$.
I would like to derive a PDF $(f(C))$ from the concentration function $C(x)$ over some domain of x, so that if I pick a random value of $x$, $f(C)$ describes the probability of $C$.
Here's an example (from http://www.cs.ucr.edu/~ciardo/teaching/CS177/section7.1.pdf). The line segment joining two points on a circle has length $Y$ defined by $Y = 2r \sin{ (Θ/2)}$
if $Θ$ is Uniform$(0,2π)$, the pdf of Θ is $f (θ) = 1/2π$.
The expected (mean) value of Y can be defined as: $E[Y] = \int^{2π}_0 Y(θ) f(θ) dθ$
How could i define the probability density function of $Y$, $f(Y)$? (without assuming that f(Y) has a normal or some other distribution).