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
  • FiveParameterLogisticCurve Class
    • Members
    • FiveParameterLogisticCurve Constructor
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




FiveParameterLogisticCurve Class

Members  See Also 
Represents a 5 parameter logistic curve that includes an asymmetry parameter..

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 FiveParameterLogisticCurve : NonlinearCurve
Visual Basic (Declaration)
Public Class FiveParameterLogisticCurve _
	Inherits NonlinearCurve
Visual C++
public ref class FiveParameterLogisticCurve : public NonlinearCurve
F#
type FiveParameterLogisticCurve =  
    class
        inherit NonlinearCurve
    end

Remarks

Use the FiveParameterLogisticCurve class to fit a five parameter logistic curve to data. This type of curve is often used to represent growth processes, or a transition of a quantity from one level to another level.

With the FourParameterLogisticCurve curve, the change from the initial value and towards the final value are fairly symmetrical. When the data does not show this behavior, the resulting fit may not be adequate. The FiveParameterLogisticCurve curve remedies this situation by adding an asymmetry factor:

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..::.FiveParameterLogisticCurve

See Also

FiveParameterLogisticCurve Members
Extreme.Mathematics.Curves.Nonlinear Namespace

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.