hsloot / rmo

An R package for Marshall--Olkin distributions and copulas.
https://hsloot.github.io/rmo/
GNU General Public License v3.0
5 stars 2 forks source link

[FEAT] Introduce `ConvexCombinationOfBernsteinFunctions` class #108

Closed hsloot closed 1 year ago

hsloot commented 1 year ago

Summary

Representing larger convex combinations of Bernstein functions requires nested representations using ScaledBernsteinFunction and SumOfBernsteinFunctions, which is unnecessarily confusing.