× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
5
o
5
4
m
4
b
4
x
4
a
4
l
4
t
4
S
4
m
3
s
3
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 310 times

Related Topics

New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  913 People Browsing
Related Images
  
 5538
  
 132
  
 263
Your Opinion
Where do you get your textbooks?
Votes: 284

Previous poll results: How often do you eat-out per week?