photo

kaan ilter


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • First Review
  • Solver

View badges

Feeds

View by

Answered
I want to only interpolate shorter amounts of data and leave the longer amounts of NaN not interpolated.
As I understand you would like to remove some outliers. How about removing some values by using the following filter? datanew=d...

2 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago