We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79940da commit 0d3ec34Copy full SHA for 0d3ec34
src/stats/fd.rs
@@ -17,7 +17,7 @@ impl FractalDim {
17
/// Calculate the variogram of the path.
18
pub fn variogram(&self, p: Option<f64>) -> f64 {
19
if self.x.len() < 3 {
20
- panic!("A path hossza legalább 3 kell, hogy legyen.");
+ panic!("A path must have at least 3 points to calculate the variogram.");
21
}
22
23
let p = p.unwrap_or(1.0);
0 commit comments