chaospy.Distribution.fwd

Distribution.fwd(x_data)[source]

Forward Rosenblatt transformation.

Args:
x_data (numpy.ndarray):

Location for the distribution function. x_data.shape must be compatible with distribution shape.

Returns:
(numpy.ndarray):

Evaluated distribution function values, where out.shape==x_data.shape.