bpp-phyl3  3.0.0
GaussianDiscreteRateDistribution.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #ifndef BPP_PHYL_MODEL_RATEDISTRIBUTION_GAUSSIANDISCRETERATEDISTRIBUTION_H
6 #define BPP_PHYL_MODEL_RATEDISTRIBUTION_GAUSSIANDISCRETERATEDISTRIBUTION_H
7 
8 
9 // From bpp-core
11 
12 namespace bpp
13 {
16 {
17 public:
18  GaussianDiscreteRateDistribution(size_t nbClasses, double sigma) :
19  GaussianDiscreteDistribution(nbClasses, 1., sigma)
20  {
22  }
23 
25 };
26 } // end of namespace bpp;
27 #endif // BPP_PHYL_MODEL_RATEDISTRIBUTION_GAUSSIANDISCRETERATEDISTRIBUTION_H
void deleteParameter_(size_t index)
GaussianDiscreteRateDistribution(size_t nbClasses, double sigma)
GaussianDiscreteRateDistribution * clone() const
Defines the basic types of data flow nodes.