× 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 322 times

Related Topics

New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1257 People Browsing
Related Images
  
 282
  
 287
  
 268
Your Opinion
Who will win the 2024 president election?
Votes: 3
Closes: November 4