Package stallone.api.mc

Examples of stallone.api.mc.IDeltaGDistribution


     * @param b the second state (pi_a/pi_b)
     * @return
     */
    public IDeltaGDistribution createDeltaGGaussian( double mu, double sigma, int a, int b )
    {
        IDeltaGDistribution deltaG = new DeltaGGaussian( mu, sigma, a, b );

        return( deltaG );
    }
View Full Code Here

TOP

Related Classes of stallone.api.mc.IDeltaGDistribution

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.