psolymos / opticut

Likelihood Based Optimal Partitioning
https://github.com/psolymos/opticut
2 stars 1 forks source link

Add functionality to do inverse prediction #26

Open psolymos opened 7 years ago

psolymos commented 7 years ago

Create new branch (inverse-prediction) and implement the following functions:

psolymos commented 7 years ago

Write tmpfile for model directly to avoid multiple thread clashes.

psolymos commented 7 years ago

Deal with possibly different species subsets in object and ynew:

This is best achieved by a subset method for the opticut/uncertainty model classes: carefully subset species (modifying other attributes etc. as needed). This is useful and safe option.

psolymos commented 7 years ago
psolymos commented 7 years ago

Needed methods for multicut class:

Not sure if uncertainty and related methods need to be implemented as well. It is not needed for ipredict, stratification is fixed, and bootstrap is kind of trivial in that case.

Need to test all the dist cases (compare coef with getMLE output)

psolymos commented 7 years ago

Most of the prep work done for milestone v1.0. Here is the list of remaining items for milestone v1.1:

psolymos commented 7 years ago

Need to figure out final object structures, print/summary/plot methods, write documentation and tests. Otherwise the multiclass branch has the new functionality in /extras.

psolymos commented 6 years ago

kappa stat needs to be fully fledged out, also considering prior weights.