× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
New Topic  
moonwolf moonwolf
wrote...
Posts: 174
Rep: 0 0
6 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 323 times

Related Topics

New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1279 People Browsing
Related Images
  
 116
  
 375
  
 337
Your Opinion
What's your favorite funny biology word?
Votes: 328