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 rangex_min
andx_max
, to the rangey_min
andy_max
.
Type Aliases§
- Values
- The input/output type of functions.