How can I use a self-written function in bootstrap?
Afficher commentaires plus anciens
bootstat = bootstrp(1000, @historicalVaR(returnsdata,P,cl),returnsdata)
Where historicalVaR is a self written function in the path, that calculates VaR of a data set. its inputs are: returnsdata = vector of returns P = size of investment cl = confidence interval
The error I am getting is:
bootstat = bootstrp(1000,@historicalVaR(returnsdata,P,cl),returnsdata)
↑
Error: Unbalanced or unexpected parenthesis or bracket.
But I do not see how it is unbalanced. Is it possible to use such a function with inputs with bootstrp?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Resampling Techniques dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!