2.4.4.2. sdepy.SDEs.unpack

SDEs.unpack(X)[source]

Unpacks the given array into multiple arrays (one per equation).

Parameters:
X : array

Array with a last dimension enumerating paths, and a second last dimension to be unpacked according to the addaxis attribute setting.

Returns:
x, y, … : list of arrays

List of self.q arrays, unpacking the given X.