Skip to content

Overfit Wiggly Skaters? #126

@morash-sean

Description

@morash-sean

I'm trying to implement some wiggly skaters on a data set with about 20 observations and it seems to be overfitting to the original data. Am I giving it too much foresight with the y parameter or is 20 observations just insufficient to get a meaningfully smoothed outcome?
y= random.sample(range(10, 30), 20)
def posteriors(f,y):
s = {}
x = list()
k=1
a=0
for yi in y:
xi, xi_std, s = f(yi,s,k,a)
x.append(xi[0])
return x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions