Returns the output of the variogram for the given input @param r the input value @return the output of the variogram
(double r)
| 320 | * @return the output of the variogram |
| 321 | */ |
| 322 | public double val(double r); |
| 323 | |
| 324 | public Variogram clone(); |
| 325 | } |
no outgoing calls
no test coverage detected