issue_comments: 438372589
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/1666#issuecomment-438372589 | https://api.github.com/repos/pydata/xarray/issues/1666 | 438372589 | MDEyOklzc3VlQ29tbWVudDQzODM3MjU4OQ== | 7441788 | 2018-11-13T17:56:17Z | 2018-11-13T20:16:57Z | CONTRIBUTOR |
Ah. I didn't realize that. Good to know. What I'm actually looking to do is a rolling weighted regression. I have three DataArrays: - observations, dims=('date', 'dim1', 'dim2') - variables, dims=('date', 'dim1', 'dim2', 'var') - weights, dims=('date', 'dim1', 'dim2') I want to calculate a regression_coefficients DataArray with dims=('date', 'var'), where for each date it has the weighted regression coefficients calculated over the trailing N dates (over 'dim1' and 'dim2'). One way would be to put the three DataArrays in a Dataset, and then use a newly-defined OK, I seem to have got my problem working using:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
269297904 |