MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Fitting data with Splines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3188] Fitting data with Splines
  • From: aak at rmb.co.za (Ant Man)
  • Date: Tue, 13 Feb 1996 02:31:01 -0500
  • Organization: No organisation supplied
  • Sender: owner-wri-mathgroup at wolfram.com

Hi all

I have some data which I fit using the SplineFit function. 

I worked through the examplke given in the "Guide to Standard 

Mathematica Packages" on page 357 and everything works fine. 

Now say one has the function

spline = SplineFit[your points, Cubic]

and then 

spline[some point on curve]

gives the x and y coordinates for this point on the spline curve.

Is there some way in which one can just specify the x value so that

the y value is returned?


Thanks

Antonie Kotze


==== [MESSAGE SEPARATOR] ====


  • Prev by Date: [Q] HELP! with plot within a BarChart[]
  • Next by Date: Fitting data with Splines
  • Previous by thread: Re: Subscripts in Text
  • Next by thread: Fitting data with Splines