fmcs  v0.2.1
Normal Struct Reference

#include "distributions.hpp"

Inheritance diagram for Normal:
Distribution< Normal, double >

Public Member Functions

 Normal (double loc)
 
 Normal (double loc, double scale)
 
template<typename... Vs>
 Normal (std::variant< Vs... > loc, std::variant< Vs... > scale)
 
double logprob (double value) const
 
template<typename RNG >
double sample (RNG &rng)
 
std::string string () const
 
- Public Member Functions inherited from Distribution< Normal, double >
double logprob (double value)
 
double sample (RNG &rng)
 
std::string string () const
 

Public Attributes

std::normal_distribution dist
 
double loc
 
double scale
 

Detailed Description

A normal distribution parameterized by location and scale.


The documentation for this struct was generated from the following file: