Module function

Source
Expand description

PDF functions.

PDF has the concept of functions, representing objects that take a certain number of values as input, do some processing on them and then return some output.

Structs§

Function
A PDF function.

Functions§

interpolate
Linearly interpolate the value x, assuming that it lies within the range x_min and x_max, to the range y_min and y_max.

Type Aliases§

Values
The input/output type of functions.