summaryrefslogtreecommitdiff
path: root/torch/distributions/chi2.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-30Turn on F401: Unused import warning. (#18598)Edward Yang1-1/+0
2018-09-14Adding .expand method for TransformedDistribution (#11607)Neeraj Pradhan1-1/+0
2018-09-11Add .expand() method to distribution classes (#11341)Neeraj Pradhan1-0/+6
2018-08-27Bag of Distributions doc fixes (#10894)vishwakftw1-2/+2
2018-06-02[ready] Clean up torch.distributions (#8046)Vishwak Srinivasan1-2/+1
2018-04-21Update docs with new tensor repr (#6454)li-roy1-1/+1
2018-03-25[distributions] Rename .params to .arg_constraints, fix logic (#5989)Fritz Obermeyer1-1/+1
2018-03-15Fixed distribution constraints and added some test cases for distributions pa...lazypanda11-2/+6
2018-03-02Replace all uses of 'Tensor or Variable' with 'Tensor' (#5508)Sam Gross1-1/+1
2018-01-23Remove windows linebreaks in various distributions files. (#4817)gchanan1-23/+23
2018-01-04Declare constraints for distribution parameters and support (#4450)Fritz Obermeyer1-1/+3
2018-01-01Implement Chi2 distribution (#4425)Alican Bozkurt1-0/+21