Useing Linear Interpolation to estimate the median.

Forum rules
Need help with something? Anything? Post here.

Post a reply

Smilies
:smooch: :kitty: :hickrock: :music: :rake: :bash: :buba: :funnyshit: :welcome: :cyclops: :dance: :deal: :pclove: :gamer: :penguin: :fly: :ninja: :artist: :beer: :rocker: :spongebob: :link: :hunter: :psmurf: :hitler: :smurf: :geek: :loco: :music: :nosepicker: :ph34r: :pilot: :popcorn: :rtfm: :roulette: :sarcastic: :scenic: :suicide: :sun: :tele: :wacko: :wizard: :aggressive: :airkiss: :dance: :dash: :diablo: :unclesam: :fu: :gamer: tp(( ppr( aa) bbn) ac) :roll: 1234(( ii998) tt556) 3322)) 4455() :D :) :( :o :shock: :? 8-) hh) :mad: :oops: ;) :evil: :twisted: :!: :?: ab) :arrow: :idea:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Useing Linear Interpolation to estimate the median.

Re: Useing Linear Interpolation to estimate the median.

by Starlite » October 27th, 2007, 2:24 pm

Lee loves Sixth Form :D

Re: Useing Linear Interpolation to estimate the median.

by Nightma12 » September 29th, 2007, 2:29 am

what the f*ck? 8O

I am given a whole list of numbers and I have to find the median of them useing interpolation :/

Re: Useing Linear Interpolation to estimate the median.

by Cronambs » September 28th, 2007, 10:19 pm

farnagain wrote:he made that sound way more complicated than it really was o.o - finding the equation of a line?
Well was little bit a trick question ;) , sadly i forgotten most my math from high school

Re: Useing Linear Interpolation to estimate the median.

by farnagain » September 28th, 2007, 8:17 pm

he made that sound way more complicated than it really was o.o - finding the equation of a line?

Re: Useing Linear Interpolation to estimate the median.

by raulperez » September 28th, 2007, 8:09 pm

well then, you just use the slope formula and generate a linear function
m=(y2-y1)/(x2-x1)
insert that value into the slope intercept form of a linear equation (y=mx+b) along with one of the points and solve for b
b=y-mx
and then generate a generic function using the m and b you've found
y=mx+b
then just substitute in any x between the two points and you'll get the value for y

that take care of your question?

Re: Useing Linear Interpolation to estimate the median.

by Nightma12 » September 28th, 2007, 2:10 pm

Between two numbers

Re: Useing Linear Interpolation to estimate the median.

by raulperez » September 27th, 2007, 3:47 pm

are we talking interpolation between two points or interpolation of a function?

Useing Linear Interpolation to estimate the median.

by Nightma12 » September 27th, 2007, 9:45 am

Explain please :) My maths teacher is a b*tch and she said that were having an exam on monday and if i fail it shes going to drop me from maths :/

She didnt f*cking explain it properly....

Top