Static method to check whether all included estimators are in fact specified as being online estimators. If this is not the case, we should keep a cache of all data somewhere.

DensityEstimation.are_all_estimators_online(estimators)

Arguments

estimators

list of all estimator objects (should be density estimator objects)

Value

boolean TRUE if all estimators are online, FALSE if not