Commit fb980a1d authored by Le Roux Erwan's avatar Le Roux Erwan
Browse files

[MARGIN FUNCTION] visualize several margin functions on the same graph

parent 01bd9ab3
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -96,5 +96,5 @@ class AbstractMaxStableModelWithCovarianceFunction(AbstractMaxStableModel): ...@@ -96,5 +96,5 @@ class AbstractMaxStableModelWithCovarianceFunction(AbstractMaxStableModel):
self.default_params_sample = { self.default_params_sample = {
'range': 3, 'range': 3,
'smooth': 0.5, 'smooth': 0.5,
'nugget': 0.0 'nugget': 0.5
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment