evaluate-methods {distrTEst} | R Documentation |
evaluate-methods to produce objects of class "Evaluation"
object |
the data set / simulation on which the evaluation takes place |
estimator |
the estimation function used; should be able to deal with data in matrix
form samplesize x obsDim , and, should return either a
univariate result or a vector (with named coordinates, if possible). |
resname |
|
name |
|
filename |
character; the filename for the Evaluation object (where it is to be saved to);
by default the filename of the Data set object which is concatenated with
the name of the estimator in savedata . |
besides the arguments determining the method dispatch, we have: evaluate(object, estimator, ..., resname = "res", name = as.character(substitute(object)), filename = filename(object))
signature(object = "Dataclass", estimator = "function")
:
creates an object of class "Evaluation", see there for further
informationsignature(object = "Contsimulation", estimator = "function")
:
creates an object of class "Evaluation", see there for further
information