Package stallone.mc

Examples of stallone.mc.DiscretePotentialMetropolisMarkovChain


     * @param kT the thermal energy used to calculate jump probabilities
     * @return
     */
    public IDoubleArray metropolisMC(IGriddedFunction f, double kT)
    {
        DiscretePotentialMetropolisMarkovChain mc = new DiscretePotentialMetropolisMarkovChain(f, kT);
        return(mc.getTransitionMatrix());
    }
View Full Code Here

TOP

Related Classes of stallone.mc.DiscretePotentialMetropolisMarkovChain

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.