public class CovarianceMatrix extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
covPosXPosX
Provides an estimate of the variance in the x component of position at the time of the report,
expressed in meters squared (m^2).
|
Double |
covPosXPosY
Provides an estimate of the covariance between the x and y components of position, expressed in
meters squared (m^2).
|
Double |
covPosXPosZ
Provides an estimate of the covariance between the x and z components of position, expressed in
meters squared (m^2).
|
Double |
covPosXVelX
Provides an estimate of the covariance between the x component of position and the x component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosXVelY
Provides an estimate of the covariance between the x component of position and the y component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosXVelZ
Provides an estimate of the covariance between the x component of position and the z component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosYPosY
Provides an estimate of the variance in the y component of position at the time of the report,
expressed in meters squared (m^2).
|
Double |
covPosYPosZ
Provides an estimate of the covariance between the y and z components of position, expressed in
meters squared (m^2).
|
Double |
covPosYVelX
Provides an estimate of the covariance between the y component of position and the x component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosYVelY
Provides an estimate of the covariance between the y component of position and the y component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosYVelZ
Provides an estimate of the covariance between the y component of position and the z component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosZPosZ
Provides an estimate of the variance in the z component of position at the time of the report,
expressed in meters squared (m^2).
|
Double |
covPosZVelX
Provides an estimate of the covariance between the z component of position and the x component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosZVelY
Provides an estimate of the covariance between the z component of position and the y component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covPosZVelZ
Provides an estimate of the covariance between the z component of position and the z component
of velocity at the time of the report, expressed in meters squared per second (m^2/s).
|
Double |
covVelXVelX
Provides an estimate of the variance of the x component of velocity at the time of the report,
expressed in meters squared per seconds squared (m^2/s^2).
|
Double |
covVelXVelY
Provides an estimate of the covariance between the x and y components of velocity at the time
of the report, expressed in meters squared per seconds squared (m^2/s^2).
|
Double |
covVelXVelZ
Provides an estimate of the covariance between the x and z components of velocity at the time
of the report, expressed in meters squared per seconds squared (m^2/s^2).
|
Double |
covVelYVelY
Provides an estimate of the variance of the y component of velocity at the time of the report,
expressed in meters squared per seconds squared (m^2/s^2).
|
Double |
covVelYVelZ
Provides an estimate of the covariance between the y and z components of velocity at the time
of the report, expressed in meters squared per seconds squared (m^2/s^2).
|
Double |
covVelZVelZ
Provides an estimate of the variance of the z component of velocity at the time of the report,
expressed in meters squared per seconds squared (m^2/s^2).
|
| Constructor and Description |
|---|
CovarianceMatrix() |
public Double covPosXPosX
public Double covPosYPosY
public Double covPosZPosZ
public Double covPosXPosY
public Double covPosXPosZ
public Double covPosYPosZ
public Double covVelXVelX
public Double covVelYVelY
public Double covVelZVelZ
public Double covPosXVelX
public Double covPosXVelY
public Double covPosXVelZ
public Double covPosYVelX
public Double covPosYVelY
public Double covPosYVelZ
public Double covPosZVelX
public Double covPosZVelY
public Double covPosZVelZ
public Double covVelXVelY
public Double covVelXVelZ
public Double covVelYVelZ
public Double getCovPosXPosX()
public void setCovPosXPosX(Double covPosXPosX)
public Double getCovPosYPosY()
public void setCovPosYPosY(Double covPosYPosY)
public Double getCovPosZPosZ()
public void setCovPosZPosZ(Double covPosZPosZ)
public Double getCovPosXPosY()
public void setCovPosXPosY(Double covPosXPosY)
public Double getCovPosXPosZ()
public void setCovPosXPosZ(Double covPosXPosZ)
public Double getCovPosYPosZ()
public void setCovPosYPosZ(Double covPosYPosZ)
public Double getCovVelXVelX()
public void setCovVelXVelX(Double covVelXVelX)
public Double getCovVelYVelY()
public void setCovVelYVelY(Double covVelYVelY)
public Double getCovVelZVelZ()
public void setCovVelZVelZ(Double covVelZVelZ)
public Double getCovPosXVelX()
public void setCovPosXVelX(Double covPosXVelX)
public Double getCovPosXVelY()
public void setCovPosXVelY(Double covPosXVelY)
public Double getCovPosXVelZ()
public void setCovPosXVelZ(Double covPosXVelZ)
public Double getCovPosYVelX()
public void setCovPosYVelX(Double covPosYVelX)
public Double getCovPosYVelY()
public void setCovPosYVelY(Double covPosYVelY)
public Double getCovPosYVelZ()
public void setCovPosYVelZ(Double covPosYVelZ)
public Double getCovPosZVelX()
public void setCovPosZVelX(Double covPosZVelX)
public Double getCovPosZVelY()
public void setCovPosZVelY(Double covPosZVelY)
public Double getCovPosZVelZ()
public void setCovPosZVelZ(Double covPosZVelZ)
public Double getCovVelXVelY()
public void setCovVelXVelY(Double covVelXVelY)
public Double getCovVelXVelZ()
public void setCovVelXVelZ(Double covVelXVelZ)
public Double getCovVelYVelZ()
public void setCovVelYVelZ(Double covVelYVelZ)
Copyright © 2013–2019. All rights reserved.