~wbetz/fesslix/trunk

« back to all changes in this revision

Viewing changes to src/flxrbrv_rvs.h

  • Committer: Wolfgang Betz
  • Date: 2022-05-23 08:38:23 UTC
  • Revision ID: w.betz@fesslix.org-20220523083823-akqkfmnkaxjh6z9w
truncated Normal distribution: added log-pdf

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
    virtual const tdouble transform_y2x(const tdouble y_val);
204
204
    virtual const tdouble transform_x2y(const tdouble& x_val);
205
205
    virtual const tdouble calc_pdf_x(const tdouble& x_val, const bool safeCalc=false);
 
206
    virtual const tdouble calc_pdf_x_log(const tdouble& x_val, const bool safeCalc=false);
206
207
    virtual const tdouble calc_cdf_x(const tdouble& x_val, const bool safeCalc=false);
207
208
    virtual const tdouble calc_entropy();
208
209
    virtual const tdouble get_mean_current_config();