TwoPointFunctions.
add_function
(function, out_labels, sqrt, corr_norm=None)[source]¶Add a function to the list that will be evaluated at the generated pairs of points.
Parameters: | function : Function
out_labels : List of strings
sqrt : List of booleans
corr_norm : Float
|
---|
Examples
>>> f1 = tpf.add_function(function=rms_vel, out_labels=['RMSvdiff'],
... sqrt=[True])