lppl  v2.0.0
parameter_match< D, Normal, O, Ts... > Struct Template Reference

Computes normal distribution parameter updates from posterior samples via moment matching. More...

#include "update_impls.hpp"

Public Types

using transform_type = mapping< typename output_domain< D >::value, typename output_domain< Normal >::value >
 

Public Member Functions

 parameter_match (double std_max=100.0)
 
Normal operator() (FilterValueType< O, Ts... > &result, std::string address)
 
Normal operator() (ProductGenerator< WeightedMeanStd, std::pair< double, double >, O, Ts... >::EmitType &result, std::string address)
 

Public Attributes

double std_max
 

Detailed Description

template<typename D, typename O, typename... Ts>
struct parameter_match< D, Normal, O, Ts... >

Computes normal distribution parameter updates from posterior samples via moment matching.

Template Parameters
O
Ts

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