Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.stats.random.rng.multivariate Classes and Interfaces - 23 results found.
NameDescriptionTypePackageFramework
AbstractHybridMCMCHybrid Monte Carlo, or Hamiltonian Monte Carlo, is a method that combines the traditional Metropolis algorithm, with molecular dynamics simulation.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.hybridSuanShu
AbstractMetropolisThe Metropolis algorithm is a Markov Chain Monte Carlo algorithm, which requires only a function f proportional to the PDF from which we wish to sample.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.metropolisSuanShu
BurnInRVGA burn-in random number generator discards the first M samples.Classcom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu
ErgodicHybridMCMCA simple decorator which will randomly vary dt between each sample.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.hybridSuanShu
GaussianProposalFunctionA proposal generator where each perturbation is a random vector, where each element is drawn from a standard Normal distribution, multiplied by a scale matrix.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.proposalfunctionSuanShu
HybridMCMCThis class implements a hybrid MCMC algorithm.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.hybridSuanShu
HybridMCMCProposalFunctionClasscom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.proposalfunctionSuanShu
HypersphereRVGGenerates uniformly distributed points on a unit hypersphere.Classcom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu
IIDAn i.Classcom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu
LeapFroggingThe leap-frogging algorithm is a method for simulating Molecular Dynamics, which isSee Also:"Jun S.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.hybridSuanShu
LeapFrogging .DynamicsStateContains the entire state (both the position and the momentum) at a given point in time.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.hybridSuanShu
MetropolisThis basic Metropolis implementation assumes using symmetric proposal function.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.metropolisSuanShu
MetropolisHastingsA generalization of the Metropolis algorithm, which allows asymmetric proposal Metropolis-HastingsLiu, Jun S.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.metropolisSuanShu
MetropolisHastings .ProposalDensityFunctionDefines the density of a proposal function, i.Interfacecom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.metropolisSuanShu
MetropolisUtilsUtility functions for Metropolis algorithms.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.metropolisSuanShu
MultinomialRVGA multinomial distribution puts N objects into K bins according to the bins' probabilities.Classcom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu
MultipointHybridMCMCA multi-point Hybrid Monte Carlo is an extension of HybridMCMC, where during the proposal generation instead of considering only the last configuration after the dynamicsClasscom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.hybridSuanShu
NormalRVGA multivariate Normal random vector is said to be p-variate normally distributed if every linear combination of its p components has a univariate normal distribution.Classcom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu
ProposalFunctionA proposal function goes from the current state to the next state, where a state is a vector.Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.proposalfunctionSuanShu
RandomVectorGeneratorA (pseudo) multivariate random number generator samples a random vector from a multivariate distribution.Interfacecom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu
RobustAdaptiveMetropolisA variation of Metropolis, that uses the estimated covariance of the target distribution in the proposal distribution, based on a paper by Vihola (2011).Classcom.numericalmethod.suanshu.stats.random.rng.multivariate.mcmc.metropolisSuanShu
ThinRVGThinning is a scheme that returns every m-th item, discarding the last m-1 items for each draw.Classcom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu
UniformDistributionOverBoxThis random vector generator uniformly samples points over a box region.Classcom.numericalmethod.suanshu.stats.random.rng.multivariateSuanShu