Uses of Class
dev.nm.stat.random.sampler.resampler.bootstrap.block.PattonPolitisWhite2009ForObject.Type
-
Packages that use PattonPolitisWhite2009ForObject.Type Package Description dev.nm.stat.random.sampler.resampler.bootstrap.block -
-
Uses of PattonPolitisWhite2009ForObject.Type in dev.nm.stat.random.sampler.resampler.bootstrap.block
Methods in dev.nm.stat.random.sampler.resampler.bootstrap.block that return PattonPolitisWhite2009ForObject.Type Modifier and Type Method Description static PattonPolitisWhite2009ForObject.Type
PattonPolitisWhite2009ForObject.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PattonPolitisWhite2009ForObject.Type[]
PattonPolitisWhite2009ForObject.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.nm.stat.random.sampler.resampler.bootstrap.block with parameters of type PattonPolitisWhite2009ForObject.Type Modifier and Type Method Description static long
PattonPolitisWhite2009. getOptimalBlockLength(double[] x, PattonPolitisWhite2009ForObject.Type type)
Computes the optimal of block length.static long
PattonPolitisWhite2009ForObject. getOptimalBlockLength(Object[] x, PattonPolitisWhite2009ForObject.AutoCorrelationForObject autoCorrelation, PattonPolitisWhite2009ForObject.AutoCovarianceForObject autoCovariance, PattonPolitisWhite2009ForObject.Type type)
Computes the optimal of block length.
-