Set the parameters used to build the Probability Distribution Function for each ruler length for this function. The values output by the function are slotted into the bins described here.
| Parameters : | bin_type : String
bin_number : Integer
bin_range : Float
|
|---|
Examples
>>> f1.set_pdf_params(bin_type='log', bin_range=[5e4, 5.5e13],
... bin_number=1000)