I have a set of data like this
When plotting the curve for the above set of data I get a graph like this
How would I go about figuring out the quartic regression formula for a curve that would best fit the plotted points?
EDIT: This site does it perfectly. I just can't figure out how it works
EDIT2: The data set is basically a frequency distribution. With the X axis showing the difference between two specific days and the y axis shows how many times that difference has occurred (ex: difference of 0 days happened 26 times, 1 day happened 14 times etc). So although it does tend towards 0 it can increase suddenly which is why I thought of a polynomial regression.