search for: nachman

Displaying 9 results from an estimated 9 matches for "nachman".

Did you mean: lachman
2015 Mar 04
1
nonlinear least square
Hi to all, Is there a way we can fit a non linear model to a data using non linear least square method without necessarily initialising the parameters of the model. I find it hard to get the initial value of the parameter. Below is a sample of the code I have. *nachman<-nls(OARmedium$OCCUPANCY~1exp(-alpha*OARmedium$MEAN^beta),start=list(alpha=0.2,beta=0.1),data=OARmedium)summary(nachman)* Thanks, *Evans Ochiaga* *African Institute for Mathematical Sciences* *6 Melrose Road* *Muizenberg, South Africa* *Msc in Mathematical Sciences+27 84 61 69 183 * *&quo...
2003 Feb 22
10
Spaces not allowed in comma separated lists?
...ROTO=TCP SPT=3635 DPT=2023 WINDOW=8192 RES=0x00 SYN URGP=0 I suppose I''m missing something here. If the rule is not being processed, why indicate that it is? And if it is a syntax error, why not just say so? So, is this a bug or a feature? -- _________________________________________ Nachman Yaakov Ziskind, EA, LLM awacs@egps.com Attorney and Counselor-at-Law http://yankel.com Economic Group Pension Services http://egps.com Actuaries and Employee Benefit Consultants
2015 Mar 03
2
Asssistance
...Totalgrids, Occupiedgrids, Occupancy, Mean, Variance)) } occupancymean.data.frame Occupancy <- occupancymean.data.frame$Occupancy Mean <- occupancymean.data.frame$Mean poission <- nls(Occupancy ~ 1-exp(-rho*Mean), start = list(rho = 2.1), data = occupancymean.data.frame) nachman <- nls(Occupancy ~ 1-exp(-alpha*Mean^beta), start = list(alpha = 0.2, beta = 0.1), data = occupancymean.data.frame) logistic <- nls(Occupancy ~ (alpha*Mean^beta)/(1+alpha*Mean^beta), start = list(alpha = 0.2, beta = 0.1),data = occupancymean.data.frame) nbd <- nls(Occupancy ~ 1-(1+(M...
2006 Dec 12
4
How to sum one column in a data frame keyed on other columns
I have a data frame that looks like this: url time somethingirrelevant visits www.foo.com 1:00 xxx 100 www.foo.com 1:00 yyy 50 www.foo.com 2:00 xyz 25 www.bar.com 1:00 xxx 200 www.bar.com 1:00 zzz 200 www.foo.com 2:00 xxx 500 I'd like to write some code that takes this as input and outputs
2003 Sep 30
3
FORWARD:REJECT messages in Shorewall
...#39;ll point out that the link for FAQ#30 is broken; it points to file:///vfat/Shorewall-docs/FAQ.htm#faq30, which goes nowhere on my system. Can anyone enlighten me on what''s going on here? The zone transfers seem all successful, by the way. -- _________________________________________ Nachman Yaakov Ziskind, EA, LLM awacs@egps.com Attorney and Counselor-at-Law http://ziskind.us Economic Group Pension Services http://egps.com Actuaries and Employee Benefit Consultants
2010 Apr 22
1
on remote machine: --remove-source-files: unknown option
...y acted on by the sending machine (which is where I'm typing the command line), it would be so nice if the source machine would NOT pass the option on to the receiver (or at least, not barf when it doesn't work). Any way to do this? Thanks! -- _________________________________________ Nachman Yaakov Ziskind, FSPA, LLM awacs at ziskind.us Attorney and Counselor-at-Law http://ziskind.us Economic Group Pension Services http://egps.com Actuaries and Employee Benefit Consultants
2010 May 13
1
Sync different copies of a filesystem
...path0 rsync -azPv -u path-to-system-4 path0 rsync -azPv -u path-to-system-5 path0 and then rm -rf "path-to-system-?", and hope for the best. What kind of disaster can I look forward to with this approach, and is there a better one? Thanks! -- _________________________________________ Nachman Yaakov Ziskind, FSPA, LLM awacs at ziskind.us Attorney and Counselor-at-Law http://ziskind.us Economic Group Pension Services http://egps.com Actuaries and Employee Benefit Consultants
2023 May 09
1
[Bridge] [RFC PATCH net-next 3/5] flow_offload: Reject matching on layer 2 miss
Adjust drivers that support the 'FLOW_DISSECTOR_KEY_META' key to reject filters that try to match on the newly added layer 2 miss option. Add an extack message to clearly communicate the failure reason to user space. Example: # tc filter add dev swp1 egress pref 1 proto all flower skip_sw l2_miss true action drop Error: mlxsw_spectrum: Can't match on "l2_miss". We have
2023 May 18
5
[Bridge] [PATCH net-next 0/5] Add layer 2 miss indication and filtering
tl;dr ===== This patchset adds a single bit to the skb to indicate that a packet encountered a layer 2 miss in the bridge and extends flower to match on this metadata. This is required for non-DF (Designated Forwarder) filtering in EVPN multi-homing which prevents decapsulated BUM packets from being forwarded multiple times to the same multi-homed host. Background ========== In a typical EVPN