0

I am working to predict an energy production using wind data. We know that power is dependent on wind direction and wind speed, and we have huge sets of data giving us the power function of wind direction and speed.

I also know how to plot those points, and have a first interpolation, but it seems the way the package interpolate is not optimal. I would also like to get the equation of the surface that is interpolated so I can test the remaining data. For now I have tried the gam() function from the mgcv package with different smooth terms, but the result is not optimal, the issue being that it seems to be a quadratic answer, whereas I would try to have polynoms of higher power.

Are there other ways to interpolate a set of 3d points ? to give you an idea of the shape of the data here's what I got from the polar representation (distance from the origin is the wind speed, angle the wind direction, z the power).

1

Thanks a lot !

Richard Telford
  • 9,558
  • 6
  • 38
  • 51

0 Answers0