de.jstacs.sequenceScores.statisticalModels.differentiable.mixture.motif
Class CDFOfNormal

java.lang.Object
  extended by de.jstacs.sequenceScores.statisticalModels.differentiable.mixture.motif.CDFOfNormal

public class CDFOfNormal
extends Object

This class enables to compute the

The code is a simplified version of pnorm.c from R (version 2.8.0 downloaded at 07.12.2008 about 19:30).

Author:
Jens Keilwagen

Constructor Summary
CDFOfNormal()
           
 
Method Summary
static double getLogCDF(double x)
          This method computes the logarithm of the cumulative density function of a standard normal distribution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDFOfNormal

public CDFOfNormal()
Method Detail

getLogCDF

public static double getLogCDF(double x)
This method computes the logarithm of the cumulative density function of a standard normal distribution.

Parameters:
x - the value
Returns:
logarithm of the cumulative density function of a standard normal distribution for the value x