 6d739f1fe6
			
		
	
	
		6d739f1fe6
		
			
		
	
	
	
	
		
			
			* Merge branch 'master' of C:\Projects\PHPOffice\PHPSpreadsheet\develop with conflicts. * More statistical tests * Further statistical tests * Unit tests for some of the trend functions * resolve scrutiniser objections * Fix order of @return types :-(
		
			
				
	
	
		
			21 lines
		
	
	
		
			272 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			272 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     [
 | |
|         0.706399436132,
 | |
|         3, 8, 0.35, true,
 | |
|     ],
 | |
|     [
 | |
|         0.538748204875,
 | |
|         50, 125, 0.4, true,
 | |
|     ],
 | |
|     [
 | |
|         0.278585779062,
 | |
|         3, 8, 0.35, false,
 | |
|     ],
 | |
|     [
 | |
|         0.205078125,
 | |
|         6, 10, 0.5, false,
 | |
|     ],
 | |
| ];
 |