search for: quamvis

Displaying 5 results from an estimated 5 matches for "quamvis".

Did you mean: quais
2017 May 01
2
SSH1 deleted
Hi, I just deleted SSHv1 support in OpenBSD and portable OpenSSH. There's probably a little dead code still to be expunged, but all user-visible functionality and the bulk of the supporting infrastructure is gone. Sic transit gloria mundi. -d
2017 May 01
2
SSH1 deleted
...; I just deleted SSHv1 support in OpenBSD and portable OpenSSH. There's >> probably a little dead code still to be expunged, but all user-visible >> functionality and the bulk of the supporting infrastructure is gone. >> >> Sic transit gloria mundi. >> > > Quamvis ejus problems, est etiam a magnus lenimentus super eam telnet. Ut cum multa -- linguam latinam, exempli gratia -- pugnatum est multo longior quam exspectavimus. Ni esperas, ke la dua provo renkontas pli bonan finon. -- jim knoble | jmknoble at pobox.com
2012 Apr 03
2
Looking for the name of a certain kind of quantile plot
...t sigmas. A sample with nonzero mean looks almost exponential (or logarithmic, depending on the sign of the mean). So my question is: is there a name for this sort of plot, and is it of any real use in statistical analysis? thanks. Carl -- Sent from my Cray XK6 "Quidvis recte factum, quamvis humile, praeclarum."
2012 Apr 06
3
filling the matrix row by row in the order from lower to larger elements
Hello, everybody! I have a matrix "input" (see example below) - with all unique entries that are actually unique ranks (i.e., start with 1, no ties). I want to assign a value of 100 to the first row of the column that contains the minimum (i.e., value of 1). Then, I want to assign a value of 100 to the second row of the column that contains the value of 2, etc. The results I am looking
2012 Feb 11
2
Detect numerical series
Hello, I am struggling with detecting successive digits in a numerical series vector. Here is an example: vec <- c(1, 15, 26, 29, 30, 31, 37, 40, 41) I want to be able to detect 29, 30, 31 and 40, 41. Then, I would like to delete the successive digits from the vector. 1, 15, 26, 29, 37, 40 Cheers -- View this message in context: