Description Usage Arguments Value
Given two functions f
and g
, returns a function whose body
is the symbolic representation of the squared error between f
and
g
, i.e. function(x) (f(x) - g(x))^2
.
1 | seSymbolicFunction(f, g)
|
f |
An R function. |
g |
An R function with the same formal arguments as |
A function representing the squared error between f
and g
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.