BAMresearch / probeye

A general framework for setting up parameter estimation problems.
MIT License
5 stars 5 forks source link

check parameter domain #70

Closed SMattfeldt closed 2 years ago

SMattfeldt commented 2 years ago

In this pull request a method is implemented that checks the parameters domain. The loglike-methods now use this method to proof whether the latent parameters are within the specified domain. If they are not in the domain the loglike-methodes return "-inf". The corresponding issue: #69