mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	stats: Add a note about the standard deviation derived from unbiased variance
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
		
							parent
							
								
									da123adeae
								
							
						
					
					
						commit
						17ed69fbb8
					
				@ -121,6 +121,11 @@ bool igt_stats_is_population(igt_stats_t *stats)
 | 
			
		||||
 * [Bessel's correction](https://en.wikipedia.org/wiki/Bessel%27s_correction)
 | 
			
		||||
 * to the variance.
 | 
			
		||||
 *
 | 
			
		||||
 * Note that even if we manage to have an unbiased variance by multiplying
 | 
			
		||||
 * a sample variance by the Bessel's correction, n/(n - 1), the standard
 | 
			
		||||
 * deviation derived from the unbiased variance isn't itself unbiased.
 | 
			
		||||
 * Statisticians talk about a "corrected" standard deviation.
 | 
			
		||||
 *
 | 
			
		||||
 * When giving #true to this function, the data set in @stats is considered a
 | 
			
		||||
 * full population. It's considered a sample of a bigger population otherwise.
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user