 ba2b74c222
			
		
	
	
		ba2b74c222
		
			
		
	
	
	
	
		
			
			* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * Further statistical tests * Additional BINOMDIST tests Extract boolean and string checking for Average and Count functions into separate methods * Appease the great god PHPCS * Yet more appeasement of the great god PHPCS * Beginning to get really cheesed off with PHPCS, pulling me up over full stops in comments... I want to see this completed before going to bed; but it's nearly half past one in the morning, and phpcs has been pulling me up over trivialities for the past f***ing hour * And a spurious line * Further work on statistical tests
		
			
				
	
	
		
			25 lines
		
	
	
		
			335 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			335 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     [
 | |
|         1.862243320728,
 | |
|         0.52, 3, 4, 1, 3,
 | |
|     ],
 | |
|     [
 | |
|         2.164759759129,
 | |
|         0.3, 7.5, 9, 1, 4,
 | |
|     ],
 | |
|     [
 | |
|         7.761240188783,
 | |
|         0.75, 8, 9, 5, 10,
 | |
|     ],
 | |
|     [
 | |
|         2.0,
 | |
|         0.685470581055, 8, 10, 1, 3,
 | |
|     ],
 | |
|     [
 | |
|         0.303225844664,
 | |
|         0.2, 4, 5, 0, 1,
 | |
|     ],
 | |
| ];
 |