Skip to content

Tools - Function🔗

Operators🔗

abs_funct_1dAbsFunct1d: Absolute value of the y values.

compose_funct_1dComposeFunct1d: Compose two functions.

create_funct_1d_arrayCreateFunct1dArray: Create a function from a sequence of y values.

create_funct_1d_pairsCreateFunct1dPairs: Create a function from a set of (x,y) pairs.

derivate_funct_1dDerivateFunct1d: Calculate the derivatives of a function.

funct_1d_to_pairsFunct1dToPairs: Access to the x/y values of a function.

get_pair_funct_1dGetPairFunct1d: Access a function value using the index of the control points.

get_y_value_funct_1dGetYValueFunct1d: Return the value of a function at an arbitrary position.

integrate_funct_1dIntegrateFunct1d: Compute the positive and negative areas of a function.

invert_funct_1dInvertFunct1d: Calculate the inverse of a function.

local_min_max_funct_1dLocalMinMaxFunct1d: Calculate the local minimum and maximum points of a function.

match_funct_1d_transMatchFunct1dTrans: Calculate transformation parameters between two functions.

negate_funct_1dNegateFunct1d: Negation of the y values.

num_points_funct_1dNumPointsFunct1d: Number of control points of the function.

read_funct_1dReadFunct1d: Read a function from a file.

sample_funct_1dSampleFunct1d: Sample a function equidistantly in an interval.

scale_y_funct_1dScaleYFunct1d: Multiplication and addition of the y values.

smooth_funct_1d_gaussSmoothFunct1dGauss: Smooth an equidistant 1D function with a Gaussian function.

smooth_funct_1d_meanSmoothFunct1dMean: Smooth an equidistant 1D function by averaging its values.

transform_funct_1dTransformFunct1d: Transform a function using given transformation parameters.

write_funct_1dWriteFunct1d: Write a function to a file.

x_range_funct_1dXRangeFunct1d: Smallest and largest x value of the function.

y_range_funct_1dYRangeFunct1d: Smallest and largest y value of the function.

zero_crossings_funct_1dZeroCrossingsFunct1d: Calculate the zero crossings of a function.