simulating actual values from average values
i am having the average min temperature, max temperature, average temperature values for each month i.e from jan to dec. now i want to findout the min tempearature, max temperature, average temperature for each day and temperature for each hour. is there any mathematical approch? can any one help me
thanking you
Re: simulating actual values from average values
Welcome to the Forums :wave:
In a word, No. You can't take max, min and average data for a month and extract from that data for a day or an hour. There are any number of ways in which the data points could be arranged, so you couldn't say "On the 1st, the average was this and the max/min was that".
The average for the month is the average for all the days in that month, and that's as much data as you have I'm afraid.
zaza
Re: simulating actual values from average values
i agree with you, but atleast is there any way to find the diffrenet combinations which satiesfys the average values.
Re: simulating actual values from average values
If you can feed the values you have into a formula that fits the temperature fluctuation within a month reasonably accurately, then yes. Otherwise, no.