Displaying 3 results from an estimated 3 matches for "se_".
Did you mean:
se
2005 Sep 09
1
Off-topic: Comparing standard errors from simulation and analytical model
...errors? For the most part, the
standard errors appear to be exactly the same, save rounding error.
One idea I am toying with is to average the standard errors of \mu and
\beta from the simulation and then do a t-test between the two standard
errors which might be something along these lines
t = (SE_{analytical} - SE_{mc} )/ \bar se
Where \bar se is the average of the standard errors.
But I'm not certain this is correct. Can anyone suggest a more
appropriate method for comparing the results?
Many thanks. I can also send a copy of the paper to anyone who would
like more information or de...
2014 Jul 11
0
Wine release 1.7.22
...ones.
Jactry Zeng (3):
riched20: Don't create too many IRichEditOle interface for a RichEdit.
riched20: Initialize ed->reOle in ME_MakeEditor().
riched20: Return nonzero value instead of zero when EM_SETREADONLY succeeds.
Joris van der Wel (4):
server: Any of the 4 SE_*_DEFAULTED controls should not be stored on objects, their usage is transient.
advapi32/tests: Changed an invalid comment.
advapi32/tests: Refactor the retrieval of a security descriptor into a separate function so that it can be used in other tests.
server: Setting a security des...
2017 Jun 23
0
Wine release 2.11
...d a token mandatory label test.
d3dx9: Make the assert() in regstore_set_values() a bit more strict.
Michael Müller (9):
server: Implement querying the security label of a security descriptor.
server: Implement changing the label of a security descriptor.
server: Do not set SE_{D, S}ACL_PRESENT if no {D, S}ACL was set.
server: Implement setting a security descriptor when duplicating tokens.
advapi32/tests: Add basic tests for token security descriptors.
advapi32/tests: Show that tokens do not inherit security descriptors during duplication.
advapi3...