× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
1
New Topic  
moonwolf moonwolf
wrote...
Posts: 174
Rep: 0 0
7 years ago
Here is a Pascal equation that yields y as a function of the HighLowRange of the data over a number of days. 

Can you reverse the equation to yield the HighLowRange as a function of y ?

Code:
Variable: y(0) ;

y = 0 ;

For days = 2 To 100 Begin 

y = y + ( SquareRoot(days) * Log( ( Average(HighLowRange(days), 50)
/ Average(HighLowRange(1)[days-1], 50) ) / SquareRoot(days) ) ) ;

End ;

Read 369 times

Related Topics

New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  2317 People Browsing
Related Images
  
 502
  
 427
  
 392
Your Opinion
Which 'study break' activity do you find most distracting?
Votes: 891