Prova v2.1.0
(Cumulative changes from v1.9.0:)
- The argument
learnt =, common to many functions, has been changed toK =for brevity. Previous "learnt" objects can still be used with theK =argument. - The functions
flexiplot()andplotquantiles()are replaced by the single functionpplot(); argumenttype = 'qx'reproduces the usage ofplotquantiles(). - Changed the display style of the
hist()methods. - The function
mutualinfo()now outputs also quantile accuracy. - Fixed a bug that prevented use of pre-existing parallel cluster.
print()now prints correctly "probability" objects generated byqPr().- Metadata object
meta_penguinsfor the R datasetdatasets::penguinsis now included in the package. - Included a minimal example in the README.
- Rewrite of some internal code.