I am reading NTC thermistor values via ADC with 12bit resolution. 10 samples are read within span of 100 m/s at ambient (no heating or cooling) looks like this
ADC(PA0)= 1 -> 3919
ADC(PA0)= 2 -> 3934
ADC(PA0)= 3 -> 3932
ADC(PA0)= 4 -> 3922
ADC(PA0)= 5 -> 3907
ADC(PA0)= 6 -> 3925
ADC(PA0)= 7 -> 3930
ADC(PA0)= 8 -> 3919
ADC(PA0)= 9 -> 3915
ADC(PA0)= 10 -> 3928
ADC(PA0)= 11 -> 3915
ADC(PA0)= 12 -> 3922
ADC(PA0)= 13 -> 3918
ADC(PA0)= 14 -> 3918
What would be the appropriate statistical function(mode,average,mean etc.) to extract most relevant value out of this set. In hindsight, also consider the values could be read during when the Heater element turned on and also during the cooling (Fan turned on).