Package stallone.mc.tpt

Examples of stallone.mc.tpt.TPTFlux.calculate()


    public ITPTFlux createTPT(IDoubleArray T, IDoubleArray initialDistribution, IIntArray A, IIntArray B)
    {
        TPTFlux tpt = new TPTFlux(T,A,B);

        tpt.setStationaryDistribution(initialDistribution);
        tpt.calculate();

        return(tpt);
    }

    public IDynamicalExpectations createDynamicalExpectations(IDoubleArray T)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.