From c7dbb9d735a71696d7af95bcdbe969d124838eb1 Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:10:53 +0100 Subject: [PATCH] corrected typo --- docs/src/adding_models_for_general_use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/adding_models_for_general_use.md b/docs/src/adding_models_for_general_use.md index 3e5a50a5c..24a841bdb 100755 --- a/docs/src/adding_models_for_general_use.md +++ b/docs/src/adding_models_for_general_use.md @@ -610,7 +610,7 @@ per-observation distributions). Specifically, the output `yhat` of `predict_joint` should be an instance of `Distributions.Sampleable{<:Multivariate,V}`, where -`sctype(V) = target_scitype(SomeModel)` and samples have length `n`, +`scitype(V) = target_scitype(SomeModel)` and samples have length `n`, where `n` is the number of observations in `Xnew`. If a new model type subtypes `JointProbablistic <: Probabilistic` then