Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 075e93f8191e9025f5bd0bcbc9c6d665 > files > 116

ocaml-gsl-devel-0.6.0-16.fc18.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Gsl_sf.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Gsl_error" rel="Chapter" href="Gsl_error.html">
<link title="Gsl_ieee" rel="Chapter" href="Gsl_ieee.html">
<link title="Gsl_math" rel="Chapter" href="Gsl_math.html">
<link title="Gsl_complex" rel="Chapter" href="Gsl_complex.html">
<link title="Gsl_vector" rel="Chapter" href="Gsl_vector.html">
<link title="Gsl_vector_flat" rel="Chapter" href="Gsl_vector_flat.html">
<link title="Gsl_vector_complex" rel="Chapter" href="Gsl_vector_complex.html">
<link title="Gsl_vector_complex_flat" rel="Chapter" href="Gsl_vector_complex_flat.html">
<link title="Gsl_matrix" rel="Chapter" href="Gsl_matrix.html">
<link title="Gsl_matrix_flat" rel="Chapter" href="Gsl_matrix_flat.html">
<link title="Gsl_matrix_complex" rel="Chapter" href="Gsl_matrix_complex.html">
<link title="Gsl_matrix_complex_flat" rel="Chapter" href="Gsl_matrix_complex_flat.html">
<link title="Gsl_vectmat" rel="Chapter" href="Gsl_vectmat.html">
<link title="Gsl_blas" rel="Chapter" href="Gsl_blas.html">
<link title="Gsl_blas_flat" rel="Chapter" href="Gsl_blas_flat.html">
<link title="Gsl_blas_gen" rel="Chapter" href="Gsl_blas_gen.html">
<link title="Gsl_fun" rel="Chapter" href="Gsl_fun.html">
<link title="Gsl_permut" rel="Chapter" href="Gsl_permut.html">
<link title="Gsl_sort" rel="Chapter" href="Gsl_sort.html">
<link title="Gsl_linalg" rel="Chapter" href="Gsl_linalg.html">
<link title="Gsl_eigen" rel="Chapter" href="Gsl_eigen.html">
<link title="Gsl_poly" rel="Chapter" href="Gsl_poly.html">
<link title="Gsl_interp" rel="Chapter" href="Gsl_interp.html">
<link title="Gsl_rng" rel="Chapter" href="Gsl_rng.html">
<link title="Gsl_qrng" rel="Chapter" href="Gsl_qrng.html">
<link title="Gsl_randist" rel="Chapter" href="Gsl_randist.html">
<link title="Gsl_integration" rel="Chapter" href="Gsl_integration.html">
<link title="Gsl_fit" rel="Chapter" href="Gsl_fit.html">
<link title="Gsl_multifit" rel="Chapter" href="Gsl_multifit.html">
<link title="Gsl_multifit_nlin" rel="Chapter" href="Gsl_multifit_nlin.html">
<link title="Gsl_root" rel="Chapter" href="Gsl_root.html">
<link title="Gsl_multiroot" rel="Chapter" href="Gsl_multiroot.html">
<link title="Gsl_min" rel="Chapter" href="Gsl_min.html">
<link title="Gsl_multimin" rel="Chapter" href="Gsl_multimin.html">
<link title="Gsl_diff" rel="Chapter" href="Gsl_diff.html">
<link title="Gsl_cheb" rel="Chapter" href="Gsl_cheb.html">
<link title="Gsl_sum" rel="Chapter" href="Gsl_sum.html">
<link title="Gsl_fft" rel="Chapter" href="Gsl_fft.html">
<link title="Gsl_monte" rel="Chapter" href="Gsl_monte.html">
<link title="Gsl_siman" rel="Chapter" href="Gsl_siman.html">
<link title="Gsl_odeiv" rel="Chapter" href="Gsl_odeiv.html">
<link title="Gsl_histo" rel="Chapter" href="Gsl_histo.html">
<link title="Gsl_stats" rel="Chapter" href="Gsl_stats.html">
<link title="Gsl_wavelet" rel="Chapter" href="Gsl_wavelet.html">
<link title="Gsl_bspline" rel="Chapter" href="Gsl_bspline.html">
<link title="Gsl_const" rel="Chapter" href="Gsl_const.html">
<link title="Gsl_sf" rel="Chapter" href="Gsl_sf.html">
<link title="Gsl_cdf" rel="Chapter" href="Gsl_cdf.html"><title>ocamlgsl 0.6.0 : Gsl_cdf</title>
</head>
<body>
<div class="navbar"><a href="Gsl_sf.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;</div>
<center><h1>Module <a href="type_Gsl_cdf.html">Gsl_cdf</a></h1></center>
<br>
<pre><span class="keyword">module</span> Gsl_cdf: <code class="code">sig</code> <a href="Gsl_cdf.html">..</a> <code class="code">end</code></pre>Cumulative distribution functions<br>
<hr width="100%">
<pre><span class="keyword">val</span> <a name="VALugaussian_P"></a>ugaussian_P : <code class="type">x:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALugaussian_Q"></a>ugaussian_Q : <code class="type">x:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALugaussian_Pinv"></a>ugaussian_Pinv : <code class="type">p:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALugaussian_Qinv"></a>ugaussian_Qinv : <code class="type">q:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgaussian_P"></a>gaussian_P : <code class="type">x:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgaussian_Q"></a>gaussian_Q : <code class="type">x:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgaussian_Pinv"></a>gaussian_Pinv : <code class="type">p:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgaussian_Qinv"></a>gaussian_Qinv : <code class="type">q:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgamma_P"></a>gamma_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgamma_Q"></a>gamma_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgamma_Pinv"></a>gamma_Pinv : <code class="type">p:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgamma_Qinv"></a>gamma_Qinv : <code class="type">q:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALcauchy_P"></a>cauchy_P : <code class="type">x:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALcauchy_Q"></a>cauchy_Q : <code class="type">x:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALcauchy_Pinv"></a>cauchy_Pinv : <code class="type">p:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALcauchy_Qinv"></a>cauchy_Qinv : <code class="type">q:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlaplace_P"></a>laplace_P : <code class="type">x:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlaplace_Q"></a>laplace_Q : <code class="type">x:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlaplace_Pinv"></a>laplace_Pinv : <code class="type">p:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlaplace_Qinv"></a>laplace_Qinv : <code class="type">q:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALrayleigh_P"></a>rayleigh_P : <code class="type">x:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALrayleigh_Q"></a>rayleigh_Q : <code class="type">x:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALrayleigh_Pinv"></a>rayleigh_Pinv : <code class="type">p:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALrayleigh_Qinv"></a>rayleigh_Qinv : <code class="type">q:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALchisq_P"></a>chisq_P : <code class="type">x:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALchisq_Q"></a>chisq_Q : <code class="type">x:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALchisq_Pinv"></a>chisq_Pinv : <code class="type">p:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALchisq_Qinv"></a>chisq_Qinv : <code class="type">q:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALexponential_P"></a>exponential_P : <code class="type">x:float -> mu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALexponential_Q"></a>exponential_Q : <code class="type">x:float -> mu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALexponential_Pinv"></a>exponential_Pinv : <code class="type">p:float -> mu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALexponential_Qinv"></a>exponential_Qinv : <code class="type">q:float -> mu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALexppow_P"></a>exppow_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALexppow_Q"></a>exppow_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALtdist_P"></a>tdist_P : <code class="type">x:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALtdist_Q"></a>tdist_Q : <code class="type">x:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALtdist_Pinv"></a>tdist_Pinv : <code class="type">p:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALtdist_Qinv"></a>tdist_Qinv : <code class="type">q:float -> nu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALfdist_P"></a>fdist_P : <code class="type">x:float -> nu1:float -> nu2:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALfdist_Q"></a>fdist_Q : <code class="type">x:float -> nu1:float -> nu2:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALfdist_Pinv"></a>fdist_Pinv : <code class="type">p:float -> nu1:float -> nu2:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALfdist_Qinv"></a>fdist_Qinv : <code class="type">q:float -> nu1:float -> nu2:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALbeta_P"></a>beta_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALbeta_Q"></a>beta_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALbeta_Pinv"></a>beta_Pinv : <code class="type">p:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALbeta_Qinv"></a>beta_Qinv : <code class="type">q:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALflat_P"></a>flat_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALflat_Q"></a>flat_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALflat_Pinv"></a>flat_Pinv : <code class="type">p:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALflat_Qinv"></a>flat_Qinv : <code class="type">q:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlognormal_P"></a>lognormal_P : <code class="type">x:float -> zeta:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlognormal_Q"></a>lognormal_Q : <code class="type">x:float -> zeta:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlognormal_Pinv"></a>lognormal_Pinv : <code class="type">p:float -> zeta:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlognormal_Qinv"></a>lognormal_Qinv : <code class="type">q:float -> zeta:float -> sigma:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel1_P"></a>gumbel1_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel1_Q"></a>gumbel1_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel1_Pinv"></a>gumbel1_Pinv : <code class="type">p:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel1_Qinv"></a>gumbel1_Qinv : <code class="type">q:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel2_P"></a>gumbel2_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel2_Q"></a>gumbel2_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel2_Pinv"></a>gumbel2_Pinv : <code class="type">p:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgumbel2_Qinv"></a>gumbel2_Qinv : <code class="type">q:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALweibull_P"></a>weibull_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALweibull_Q"></a>weibull_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALweibull_Pinv"></a>weibull_Pinv : <code class="type">p:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALweibull_Qinv"></a>weibull_Qinv : <code class="type">q:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpareto_P"></a>pareto_P : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpareto_Q"></a>pareto_Q : <code class="type">x:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpareto_Pinv"></a>pareto_Pinv : <code class="type">p:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpareto_Qinv"></a>pareto_Qinv : <code class="type">q:float -> a:float -> b:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlogistic_P"></a>logistic_P : <code class="type">x:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlogistic_Q"></a>logistic_Q : <code class="type">x:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlogistic_Pinv"></a>logistic_Pinv : <code class="type">p:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALlogistic_Qinv"></a>logistic_Qinv : <code class="type">q:float -> a:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALbinomial_P"></a>binomial_P : <code class="type">k:int -> p:float -> n:int -> float</code></pre><pre><span class="keyword">val</span> <a name="VALbinomial_Q"></a>binomial_Q : <code class="type">k:int -> p:float -> n:int -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpoisson_P"></a>poisson_P : <code class="type">k:int -> mu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpoisson_Q"></a>poisson_Q : <code class="type">k:int -> mu:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgeometric_P"></a>geometric_P : <code class="type">k:int -> p:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALgeometric_Q"></a>geometric_Q : <code class="type">k:int -> p:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALnegative_binomial_P"></a>negative_binomial_P : <code class="type">k:int -> p:float -> n:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALnegative_binomial_Q"></a>negative_binomial_Q : <code class="type">k:int -> p:float -> n:float -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpascal_P"></a>pascal_P : <code class="type">k:int -> p:float -> n:int -> float</code></pre><pre><span class="keyword">val</span> <a name="VALpascal_Q"></a>pascal_Q : <code class="type">k:int -> p:float -> n:int -> float</code></pre></body></html>