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 Namespace
  • WeightFunctions Class
    • Members
    • WeightFunctions Constructor
    • Fields
    • Methods
Collapse imageExpand ImageCopy imageCopyHover image
       




WeightFunctions Class

Members  See Also 
Contains a set of standard weight functions that can be used in linear and nonlinear curve fitting.

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

Syntax

C#
public abstract class WeightFunctions
Visual Basic (Declaration)
Public MustInherit Class WeightFunctions
Visual C++
public ref class WeightFunctions abstract
F#
[<AbstractClassAttribute>]
type WeightFunctions =  class end

Remarks

A weight function is a function that takes two parameters: the X and Y values of an observation, and returns the weight associated with that observation. The function is encapsulated in a BivariateRealFunction delegate.

The WeightFunctions class defines a set of commonly used weight functions for use in linear and nonlinear least squares fitting.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.Curves..::.WeightFunctions

See Also

WeightFunctions Members
Extreme.Mathematics.Curves 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.