-
Notifications
You must be signed in to change notification settings - Fork 0
root mean square error
Katya Soltan edited this page Aug 11, 2017
·
5 revisions
Calculates the RMS error between a line defined by two points and the posture function restricted to the domain of the line.
base_pt - Coordinates of initial point of line
end_pt - Coordinates of terminal point of line
t - Time at which to evaluate posture
posture_func - Swimming model function
Root mean square error between line defined by two points and the
specified posture, which is restricted to the domain of the line.