Rcpp Version 1.0.14
Loading...
Searching...
No Matches
stats.h
Go to the documentation of this file.
1// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
2//
3// binom.h: Rcpp R/C++ interface class library --
4//
5// Copyright (C) 2010 - 2016 Dirk Eddelbuettel and Romain Francois
6//
7// This file is part of Rcpp.
8//
9// Rcpp is free software: you can redistribute it and/or modify it
10// under the terms of the GNU General Public License as published by
11// the Free Software Foundation, either version 2 of the License, or
12// (at your option) any later version.
13//
14// Rcpp is distributed in the hope that it will be useful, but
15// WITHOUT ANY WARRANTY; without even the implied warranty of
16// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17// GNU General Public License for more details.
18//
19// You should have received a copy of the GNU General Public License
20// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
21
22#ifndef Rcpp__stats__stats_h
23#define Rcpp__stats__stats_h
24
25#include <Rcpp/stats/dpq/dpq.h>
26
27#define ML_POSINF R_PosInf
28#define ML_NEGINF R_NegInf
29#define ML_NAN R_NaN
30
31#include <Rcpp/stats/unif.h>
32#include <Rcpp/stats/norm.h>
33#include <Rcpp/stats/gamma.h>
34#include <Rcpp/stats/chisq.h>
35#include <Rcpp/stats/beta.h>
36#include <Rcpp/stats/t.h>
37#include <Rcpp/stats/lnorm.h>
38#include <Rcpp/stats/weibull.h>
39#include <Rcpp/stats/logis.h>
40#include <Rcpp/stats/f.h>
41#include <Rcpp/stats/exp.h>
42#include <Rcpp/stats/cauchy.h>
43#include <Rcpp/stats/geom.h>
44#include <Rcpp/stats/hyper.h>
45
46#include <Rcpp/stats/nt.h>
47#include <Rcpp/stats/nchisq.h>
48#include <Rcpp/stats/nbeta.h>
49#include <Rcpp/stats/nf.h>
50#include <Rcpp/stats/nbinom.h>
52
53#include <Rcpp/stats/binom.h>
54#include <Rcpp/stats/pois.h>
55
57
58#endif