[go-nuts] Go Crashes on a long running process (with stack trace)

2022-11-01 Thread Vineet Jain
We have a long running process that listens to and processes a large number of network packets. It died today with the following stack trace. Anyone seen this before, or have any idea what is causing it? Nov 01 12:40:30 sv_svc[100448]: I1101 12:40:30.865268 100448 stratconn.go:83] Message Seq

Re: [go-nuts] Multi Variable Linear Regression (with r squared and p values)

2016-07-23 Thread Vineet Jain
As an example: https://github.com/sajari/regression/blob/master/regression.go You can get the final R**2 but not by each variable and there is no p-value. On Saturday, July 23, 2016 at 5:38:42 PM UTC-4, Michael Jones wrote: > > Surely this calculation is part of that regression module or a dep