mkeds

Results 2 issues of mkeds

I propose a simple fix to the fact that the `positions` property for `StrategyBase` class in a situation when a position was opened and then closed returns NaN for the...

The following minimum code example straight from documentation https://pingouin-stats.org/build/html/generated/pingouin.partial_corr.html#pingouin.partial_corr Example 1 `import pingouin as pg` `df = pg.read_dataset('partial_corr')` `pg.partial_corr(data=df, x='x', y='y', covar='cv1').round(3)` ` n r CI95% p-val` `pearson 30 0.568...