InverseGaussianLengthGeneratorConfigΒΆ
class InverseGaussianLengthGeneratorConfig ( BaseLengthGeneratorConfig )
Polymorphic Type:
type: inverse_gaussianAll
BaseLengthGeneratorConfigtypes:
fixed: FixedLengthGeneratorConfig
fixed_stair: StairLengthGeneratorConfig
uniform: UniformLengthGeneratorConfig
inverse_gaussian: InverseGaussianLengthGeneratorConfig
Fields:
meanfloat =500.0Mean parameter for the inverse Gaussian distribution.
shapefloat =300.0Shape (lambda) parameter for the inverse Gaussian distribution. Lower values mean more spread.