}
public IDoubleArray backwardCommittor(IDoubleArray M, IIntArray A, IIntArray B)
{
ICommittor comm = MarkovModel.create.createCommittor(M, A, B);
return(comm.backwardCommittor());
}
/**
* Calculates the autocorrelation function of the given observable under the dynamical action of M at the given timepoints