FcnSet.
set_pdf_params
(bin_type='lin', bin_number=1000, bin_range=None)[source]¶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)