GNSS_Estimator.cpp File Reference


Detailed Description

The implementation file for the Esimtator class.

Author:
Glenn D. MacGougan (GDM)
Date:
2007-11-29
Since:
2006-11-16
"LICENSE INFORMATION"
Copyright (c) 2007, refer to 'author' doxygen tags
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file GNSS_Estimator.cpp.

#include <math.h>
#include <memory.h>
#include <list>
#include "GNSS_Estimator.h"
#include "GNSS_RxData.h"
#include "constants.h"
#include "geodesy.h"
#include "gps.h"
#include "ionosphere.h"
#include "navigation.h"
#include "troposphere.h"
#include "time_conversion.h"

Go to the source code of this file.

Namespaces

namespace  GNSS
namespace  std

Defines

#define GNSS_CHISQUARE_00_5


Define Documentation

#define GNSS_CHISQUARE_00_5

Value:

{ \
   0.000,  7.879, 10.597, 12.838, 14.860, 16.750, 18.548, 20.278, 21.955, 23.589, \
  25.188, 26.757, 28.300, 29.819, 31.319, 32.801, 34.267, 35.718, 37.156, 38.582, \
  39.997, 41.401, 42.796, 44.181, 45.558, 46.928, 48.290, 49.645, 50.993, 52.336, 53.672 }
The critical values of the chi-squared distribution with an alpha of .005 with v: 01..30 (31 values). REFERENCE
Walpole, R. E, R. H Myers (1993), Probability and Statistics for Engineers and Scientists, Prentice Hall Inc. ISBN 0-02-424301-2.

Definition at line 65 of file GNSS_Estimator.cpp.