riptable.rt_stats

Functions

class_error(X, Y)

groupScatter(*arg, **kwarg)

This function has been moved to playa.stats.

linear_spline(X0, Y0, knots[, display])

lm(X, Y[, intercept, removeNaN, displayStats])

mae(X, Y)

plotPrediction(X, Yhat, Y, N[, lb, ub])

plot_hist(Y, bins)

r2(X, Y)

statx(X)

winsorize(Y, lb, ub)

riptable.rt_stats.class_error(X, Y)
riptable.rt_stats.groupScatter(*arg, **kwarg)

This function has been moved to playa.stats.

riptable.rt_stats.linear_spline(X0, Y0, knots, display=True)
riptable.rt_stats.lm(X, Y, intercept=True, removeNaN=True, displayStats=True)
riptable.rt_stats.mae(X, Y)
riptable.rt_stats.plotPrediction(X, Yhat, Y, N, lb=None, ub=None)
riptable.rt_stats.plot_hist(Y, bins)
riptable.rt_stats.r2(X, Y)
riptable.rt_stats.statx(X)
riptable.rt_stats.winsorize(Y, lb, ub)