Sebastian Müller
Sebastian Müller
Since you already provide a "logarithmic scale" this is easily done by first transforming the data to their log-values and then using a Linear Least Squares regression.
Unfortunately I am not very familiar with java-script. I am just a user at this point :confused:
Related implementation: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.haversine_distances.html
cdist is constructing a n times m matrix for two input arrays with n and m points respectively. The vector version does not do this.
Almost. This is the [pdist](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.pdist.html#scipy.spatial.distance.pdist) functionality. One step further is, to provide two lists of points for rows and cols in the resulting matrix.
@larsoner I also thought about an include option. The `gallery.inc` would be a great way to reuse created gallery content! But then, the created menu would be still messing around....
Anything new on that? I would love to use pfUnit from conda!
The PR on conda-forge is already closed again: https://github.com/conda-forge/staged-recipes/pull/13282 This is still one last obstacle for a smooth conda/fortran workflow for me. I just want to ping @tclune to keep...
We missed the anniversary of this issue! Just joking. What is the current status here?
## Note When setting `unbiased=False` (simple kriging), we ***can't use*** the variogram formulation, since the kriging weights need to sum up to 1 (unbiased condition) in order to transform the...