 or 0.0000.....1 where there are 111 zeros to the right of the decimal place.
  or 0.0000.....1 where there are 111 zeros to the right of the decimal place.  meaning of exponential factor in MATLAB output
    2 views (last 30 days)
  
       Show older comments
    
    Zahra Yousefi Darani
      
 on 8 Jul 2022
  
    
    
    
    
    Commented: Zahra Yousefi Darani
      
 on 8 Jul 2022
            I got these P.values:
1.0e-112 *
    0.0000    0.0000    0.0000    0.1819
Even with format short, I see this : 1.0e-112 *
What does it mean?
0 Comments
Accepted Answer
  Adam Danz
    
      
 on 8 Jul 2022
        
      Edited: Adam Danz
    
      
 on 8 Jul 2022
  
      1.0e-112 is 100 septrigintillionths or  or 0.0000.....1 where there are 111 zeros to the right of the decimal place.
  or 0.0000.....1 where there are 111 zeros to the right of the decimal place.  
 or 0.0000.....1 where there are 111 zeros to the right of the decimal place.
  or 0.0000.....1 where there are 111 zeros to the right of the decimal place.  Multiply that value by the vector of p values to get calculated p value.
1.0e-112 * 0.1819
Now it's 0.000........1819 with 112 0s to the right of the decimal before the ending.
In other words, the p value would be considered "highly significant" and you can reject the null hypothesis.  
More Answers (0)
See Also
Categories
				Find more on Multirate Signal Processing in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
