I'm using MSGARCH (R's packages) on windows 10
I should fitting any markov switching model many times (12.500 with a while and for loop) with this code
X = CreateSpec(variance.spec = list(model = c()),
distribution.spec = list(distribution = c()))
Y = FitML(data, spec = X)
How to parallelize the last function (FitML)?? I'd like to run many FitML() function for various X values