File: README.md

package info (click to toggle)
golang-github-kshedden-statmodel 0.0~git20210519.ee97d3e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 892 kB
  • sloc: makefile: 3
file content (11 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
__statmodel__ is a set of type definitions and generic functions to
support [Go](http://golang.org) packages that fit statistical models.
It does not implement any specific statistical models.  Some other
packages that use this package to fit specific families of statistical
models are:

* [goglm](http://github.com/kshedden/goglm) for Generalized Linear
Models

* [duration](http://github.com/kshedden/duration) for Cox proportional
  hazards regression models