Skip to content
Snippets Groups Projects
  1. Jan 06, 2025
    • Stéphane Adjemian's avatar
      WIP · c7fc3b39
      Stéphane Adjemian authored and Stéphane Adjemian's avatar Stéphane Adjemian committed
      [skip ci]
      
       + New routine get_user_defined_boundaries()
      
       + Add @dprior method for plotting prior densities.
      
       - check_mode_file() signature change (do not pass options_ as an
         argument, remove bayestopt_), bug fixes (wrong indexing of cell
         arrays) and add unit tests.
      
       + set of private functions under the estimation subfolder (code factorization).
      
       + initialguess() returns the initial guess for the estimated parameters
      
       + @dprior/isempty() method, return true iff object is empty
      
       + derror() Throws an error without the stack trace under
         MATLAB. Behaviour unchanged under Octave. Ideally,we should print
         the stack trace when in debug mode. Can we test if we are in debug
         mode without passing options_?
      
       + isbayesian() returns tre iff bayesian approach is considered.
      
       - set_prior returns a dprior object.
      
       - set_prior ne devrait en principe pas être appelé quand on ne
       considère pas une approche bayésienne... C'est pourtant le cas car
       cette fonction retourne aussi la condition initiale et les bornes de
       l'optimisateur. Il faut casser cette fonction.
      
      uniform_specification() was throwing an error if the uniform prior is
      defined with the expectation and variance.
      c7fc3b39
    • Stéphane Adjemian's avatar
      Remove debugging output. · d908b4e8
      Stéphane Adjemian authored
      d908b4e8
    • Stéphane Adjemian's avatar
      Allow indexing of the main members of dprior objects. · 55b20200
      Stéphane Adjemian authored
      For example, Prior.lb(3) returns the lower bound of the prior distribution for the third parameter, assuming Prior is a dprior object.
      55b20200
  2. Jan 04, 2025
  3. Jan 02, 2025
  4. Dec 27, 2024
  5. Dec 24, 2024
  6. Dec 23, 2024
  7. Dec 18, 2024
  8. Dec 10, 2024
  9. Dec 06, 2024
  10. Dec 05, 2024
  11. Dec 03, 2024
  12. Nov 29, 2024
Loading