Package stallone.mc

Examples of stallone.mc.StationaryDistribution


    public TPTFlux(IDoubleArray M, IIntArray _A, IIntArray _B)
    {
        this.A = _A;
        this.B = _B;
        this.committor = new Committor(M.rows(),A,B);
        this.statdist = new StationaryDistribution();

        if (MarkovModel.util.isTransitionMatrix(M))
        {
            setTransitionMatrix(M);
        }
View Full Code Here

TOP

Related Classes of stallone.mc.StationaryDistribution

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.