search for: 372002

Displaying 2 results from an estimated 2 matches for "372002".

Did you mean: 370002
2005 Nov 10
1
Newbie question: shared folders means..?
Hi, The website says "Shared mailboxes aren't yet supported". Does that mean that one shouldn't have two mail clients (same username) accessing the same IMAP account simultaneously? Or that Dovecot doesn't support distinct users accessing the same 'shared' Maildir box? Cheers, Jeff
2013 Apr 09
5
Error when using fitdist function in R
Hello everyone, I was trying to do some distribution fitting with a numerical field called Tolls. The sample size = 999 rows. Basically I assigned the Toll data to a new variable K by doing: k<-dtest$Toll After that, tried to fit a gamma distribution by doing: fitG<-fitdist(k, "gamma") Then the following messages showed (oh and I checked for empty rows before doing this):