Class MeanStdDevTransformation

java.lang.Object
org.tribuo.transform.transformations.MeanStdDevTransformation
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<TransformationProvenance>, Transformation

public final class MeanStdDevTransformation extends Object implements Transformation
A Transformation which takes an observed distribution and rescales it so it has the desired mean and standard deviation.

Checks to see that the requested standard deviation is positive, throws IllegalArgumentException otherwise.