search for: imhoff

Displaying 4 results from an estimated 4 matches for "imhoff".

Did you mean: imhof
2004 Nov 28
1
lm help: using lm when one point is known (not y intercept)
...(prob)). Note: you can ignore the label column. Effect Prob Label 1 -1143.75 7.142857 L 2 -572.75 21.428571 D 3 -223.75 35.714286 GL 4 123.25 50.000000 DG 5 359.75 64.285714 G 6 374.75 78.571429 DGL 7 821.75 92.857143 DL Thanks in advance! Seth Imhoff
2007 Mar 10
2
Table Construction from calculations
..." or with a table with length of 1 such as: x y z 2 0.5 1.5 1.5 Which is simply the last value that the loop calculates. Does anyone know what function handles lists of the form I am using, or have a better suggestion on how to get the form that I want. Thanks in advance, Seth Imhoff
2008 Feb 23
1
Bimodal deconvolution
...o distributions and have it generate a "best guess" as to what the two subpopulations are which make up my dataset. Below is a link to a figure which represents what I would like to accomplish here (it is the best I can do so far). http://nucleus.msae.wisc.edu/example.html Thanks, Seth Imhoff
2019 Oct 15
4
Wasm, start function, and default globals
Apologies if there is a better forum for these questions. Please redirect me if so. I’ve been using the clang/wasm-ld tools to experiment with some basic examples, and there’s a couple things I’m wrestling with. 1) How to denote a function as the “start” function (https://webassembly.github.io/spec/core/binary/modules.html#start-section) 2) How to avoid the defaulted __heap_base global. I’ve