When will ball 25 drop? Predicting future observations using data

  • Context: High School 
  • Thread starter Thread starter DaveC426913
  • Start date Start date
  • Tags Tags
    Data
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
31 replies · 4K views
mfb said:
Sure. Your dataset has "plate 54: date, plate 55: date, plate 57: date, plate 58: date, ...
Right. Which is why you originally introduced a distinct index.

I was treating the array index as the x-axis.
i.e. my values would end up being:
item[23]: CDJ
item[24]: CDK
item[25]: CDM
So, CDL is not there, and therefore no gap where there should be a gap, putting the next item out of line.

For you:
item[23]: {index:23, plate: CDJ}
item[24]: {index:24, plate: CDK}
item[25]: {index:26, plate: CDM}
So the trend is conserved.

I see now.
 
Physics news on Phys.org