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
  • Statistics Library User's Guide
  • Appendices
  • Exception Types
Collapse imageExpand ImageCopy imageCopyHover image
       




Exception Types

This section lists the exception types that may be thrown by classes in the Extreme Optimization Statistics Library for .NET.

In addition to the exceptions listed below, many standard exceptions may also be thrown. For instance, when the index for a collection or variable is out of range, an ArgumentOutOfRangeException is thrown. When you request a model parameter before the model has been computed, an InvalidOperationException is thrown. This behavior is consistent with Microsoft's guidelines for throwing exceptions.

InsufficientDataException

This exception, which inherits from InvalidOperationException, is thrown when an operation requires more data than was supplied.

This type has two specific properties. The RequiredDataLength property specifies the number of observations that were required to perform the requested calculation. The ActualDataLength property specifies the number of observations that was supplied.

MissingValueException

This exception indicates that a missing value was encountered during a calculation.

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.