scalismo.sampling
Members list
Type members
Classlikes
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait MHDistributionEvaluator[A]class Objecttrait Matchableclass Any
a probability or density
a probability or density
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait MHDistributionEvaluator[A]class CachedMHEvaluator[A]class MHProductEvaluator[A]class GaussianEvaluatorclass ProductEvaluator[A]
gradient evaluator, used together with DistributionEvaluator
gradient evaluator, used together with DistributionEvaluator
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- Known subtypes
- class CachedMHEvaluator[A]class MHProductEvaluator[A]
Proposal Generator for Metropolis Hastings Sampling.
Proposal Generator for Metropolis Hastings Sampling.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- Self type
A sample representation used in the metropolis hastings algorithm. It holds the sampled parameters, as well as a tag (generatedBy), which stores which proposalGenerator has generated that sample
A sample representation used in the metropolis hastings algorithm. It holds the sampled parameters, as well as a tag (generatedBy), which stores which proposalGenerator has generated that sample
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
basic Markov Chain trait: provides a next sample
basic Markov Chain trait: provides a next sample
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class ForwardChain[A]class Metropolis[A]class MetropolisHastings[A]class MetropolisHastingsWithPrefetching[A]
Bijection that maps values of type A to B and vice versa. This is used to convert between different parameter types in sampling.
Bijection that maps values of type A to B and vice versa. This is used to convert between different parameter types in sampling.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait A => Bclass Objecttrait Matchableclass Any
- Known subtypes
- object PoseAndShapeParametersConversion.typeobject rotationParametersConversion.typeobject shapeParameterConversion.typeobject translationParameterConversion.type
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ParameterConversion.type
proposal distribution sampler for Metropolis-Hastings MCMC
proposal distribution sampler for Metropolis-Hastings MCMC
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class MHProposalGenerator[A]class MHCombinedProposal[A]class MHIdentityProposal[A]class MHMixtureProposal[A]class CombinedProposal[A]class CorrectedMetropolisFilterProposal[A]class MetropolisFilterProposal[A]class MixtureProposal[A]
This class is used in the context of an MCMC chain, where the we have a class Sample or generic type A, with arbitrary structure. The lens focuses attention to a part of the sample with type B, which can then be read and updated using the provided getter and setter methods. To update different parts of a sample, different lenses must be implemented
This class is used in the context of an MCMC chain, where the we have a class Sample or generic type A, with arbitrary structure. The lens focuses attention to a part of the sample with type B, which can then be read and updated using the provided getter and setter methods. To update different parts of a sample, different lenses must be implemented
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
symmetric transition: equal forward and backward transition probability
symmetric transition: equal forward and backward transition probability
Attributes
- Graph
- Supertypes
expresses transition probability between two states
expresses transition probability between two states
Attributes
- Graph
- Supertypes
- Known subtypes
- class MHProposalGenerator[A]class MHCombinedProposal[A]class MHIdentityProposal[A]class MHMixtureProposal[A]class CombinedProposal[A]class CorrectedMetropolisFilterProposal[A]class MetropolisFilterProposal[A]
ratio of forward and backwards proposal probability/density
ratio of forward and backwards proposal probability/density
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait SymmetricTransitionRatio[A]trait TransitionProbability[A]class MHProposalGenerator[A]class MHCombinedProposal[A]class MHIdentityProposal[A]class MHMixtureProposal[A]class CombinedProposal[A]class CorrectedMetropolisFilterProposal[A]class MetropolisFilterProposal[A]