* `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>
		
			
				
	
	
		
			9 lines
		
	
	
		
			143 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			143 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    [1.33333467227723, 0.908789],
 | 
						|
    [-0.67448975022342, 0.25],
 | 
						|
    [0.12566134687610, 0.55],
 | 
						|
    [1.28155156414015, 0.9],
 | 
						|
];
 |