Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Mathematics.Curves.Nonlinear Namespace
  • RationalCurve Class
    • Members
    • RationalCurve Constructor
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




RationalCurve Class

Members  See Also 
Represents a curve that is a quotient of two polynomials.

Namespace:  Extreme.Mathematics.Curves.Nonlinear
Assembly:  Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)

Syntax

C#
public class RationalCurve : NonlinearCurve
Visual Basic (Declaration)
Public Class RationalCurve _
	Inherits NonlinearCurve
Visual C++
public ref class RationalCurve : public NonlinearCurve
F#
type RationalCurve =  
    class
        inherit NonlinearCurve
    end

Remarks

Use the RationalCurve class to represent a rational function that can be used in non-linear least squares fitting.

A rational curve is a quotient of two polynomials. The degree of the polynomials must be specified when the curve is constructed. A rational curve has n+d+1 parameters, where n is the degree of the polynomial in the numerator, and d is the degree of the polynomial in the denominator. The first n+1 parameters are the coefficients of the polynomial in the numerator, starting with the constant term. The remaining d parameters are the coefficients of the polynomial in the denominator, starting with the linear term. The polynomial in the denominator always has constant term 1.

For details on how to fit a curve of this type, see the NonlinearCurveFitter class.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.Curves..::.Curve
    Extreme.Mathematics.Curves..::.NonlinearCurve
      Extreme.Mathematics.Curves.Nonlinear..::.RationalCurve

See Also

RationalCurve Members
Extreme.Mathematics.Curves.Nonlinear Namespace
Extreme.Mathematics.Curves..::.NonlinearCurveFitter

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.