This PR allows PPM models to be created and initialized using make-instance. It also makes it possible to define the default values of the PPM parameters in the class definition (as is done in this PR). This is arguably a bit clearer as it is less ambiguous where these defaults should be defined.
This is one of the changes that jackdaw actually does rely on.
This PR allows PPM models to be created and initialized using make-instance. It also makes it possible to define the default values of the PPM parameters in the class definition (as is done in this PR). This is arguably a bit clearer as it is less ambiguous where these defaults should be defined.
This is one of the changes that jackdaw actually does rely on.