Need help in finding MODEL

I have three columns

DateTime Actual_Irradiance Actual_Power_Generation

need help in find the best model to do forecast of Actual power generation based on actual irradiance columns.

time interval is 15 mins .

data

What have you tried so far? what is your specific problem?, we are more inclined towards helping you with specific coding problems rather than doing your work for you.

Also, could you please turn this into a self-contained REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

If you've never heard of a reprex before, you might want to start by reading this FAQ:

i have tried linear regression but i want to forecast with time and Irradiance what will be the value of power generation.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.