-
In trying to reproduce the code results from Dobson & Barnett "An
Introduction to GLMs" in Python, I have run into an inconsistency between
the results from R and from Python. While the results for lo…
-
I am using the example code [easy_hardwall_simulation](https://github.com/ContactEngineering/ContactMechanics/blob/master/examples/easy_hardwall_simulation.ipynb) to run a simulation on my own [surfac…
-
The aspect parameter can be used to set the aspect of a plot:
```python
%%opts Curve [ aspect=2]
hv.Curve((np.linspace(0.1,10 )))
```
![download](https://cloud.githubusercontent.com/assets/377619…
-
The L-curve method to select the best regularization parameter:
Run reconstruction for a sweep of regularization parameters. Compute the residual norm of each, and the penalty term value of each reco…
-
-
The problem is that the lower bound of the range becomes negative:
Traceback (most recent call last):
File "/Users/pberkes/egit/ETS/enable/enable/wx/quartz.py", line 99, in _paint
self.componen…
-
I am trying to efficiently solve the following linear system in Python 3.6:
b = T x
where T is an N x N Toeplitz matrix and x, b are N x N _matrices_. It is much slower than both scipy.linalg.so…
-
Add support for log(log(y)) axes.
Note that this issue is not about [log-log plots](https://en.wikipedia.org/wiki/Log%E2%80%93log_plot), but about transforming with log log on a single axis.
htt…
-
Hi all,
I think there is an issue with the schmidtlaw routine in pynbody.plot.stars.
It seemed to be giving me a Sigma_SFR that is quite high compared to what the raw SFR is.
I think the problem is in…
-
@jwebster-LANL it would help with picking to plot the beamed signal in the beamforming tab instead of just a selected trace. The bottom section of /examples/test_beamforming highlights how to pull ou…