You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
invokemodel(data, model) -> invoke the model on the same domain as the dataset without folding, but do things like apply data mask etc.
invokemodel(data, model) |> data -> invoke the model on the same domain as the dataset and then fold through instrument response (less efficient version of using the fitting utility functions)
invokemodel(domain, model) invoke the model over a domain of values
The text was updated successfully, but these errors were encountered:
Need a good formal specification of this:
invokemodel(data, model)
-> invoke the model on the same domain as the dataset without folding, but do things like apply data mask etc.invokemodel(data, model) |> data
-> invoke the model on the same domain as the dataset and then fold through instrument response (less efficient version of using the fitting utility functions)invokemodel(domain, model)
invoke the model over a domain of valuesThe text was updated successfully, but these errors were encountered: