* `GAUSS()` and `GAMMA()`, `NORM.S.DIST()`, `LOGNORM.DIST()` and `F.DIST()` function implementations, and further unit tests for a number of the statistical functions Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    [1.329340388179, 2.5],
 | 
						|
    [0.267865934620, -3.75],
 | 
						|
    [9.513507698669, 0.1],
 | 
						|
    [1.0, 1.0],
 | 
						|
    [0.886226925453, 1.5],
 | 
						|
    [17.837861981813, 4.8],
 | 
						|
    [52.342777784553, 5.5],
 | 
						|
    ['#NUM!', -1],
 | 
						|
    ['#VALUE!', 'NAN'],
 | 
						|
];
 |