You are here: Start » AVL.NET » Function Reference » Point3DGrid » Point3DGrid Fitting » AVL.Point3DGridRMSE
Computes point-to-point RMSE between two point grids.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Point3DGridRMSE ( AvlNet.Point3DGrid inReference, AvlNet.Point3DGrid inPoints, out double outRMSE )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inReference | AvlNet.Point3DGrid | Reference grid. | ||
![]() | inPoints | AvlNet.Point3DGrid | Data points for which the RMSE will be computed. | ||
![]() | outRMSE | double | Root-mean-square error of distances between inPoints and inReference. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input grid has no valid points in Point3DGridRMSE. |
| DomainError | Input grid is empty inPoint3DGridRMSE. |


