Displaying 3 results from an estimated 3 matches for "paraemt".
2004 Aug 06
1
Ices won't read config file?
Hope this list is for ices support too :)
When I try and start ices with a simple config file it barfs and isn't happy
 [root@deskpro bin]# ./ices -c /usr/local/icecast/etc/ices.conf
Cannot use config file (no XML support).
Ices Exiting...
But if I pass basically all the same paraemters via the command line it's
fine streams PERFECTLY!
[root@deskpro bin]# ./ices -P passwd -F /usr/local/icecast/shout.pls -r
I really want to use the config file [obviously]
TIA
Dave
<p>********************************************************************** 
Please visit the official...
2008 Sep 15
0
Simple censored quantile regression question
...5   <2e-16 ***
x2           5.10423    0.11441  44.612   <2e-16 ***
Log(scale)   0.02672    0.03149   0.849    0.396    
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 
Scale: 1.027 
And we're doing fine; compared with the true paraemters of (-7,4,5,1)
we've recovered (-7.2, 4.2, 5.1, 1.03).
I now try to replicate this using crq():
yc <- rep(0,1000)
m <- crq(Curv(y, yc) ~ x1 + x2, tau=0.5, method="Pow", data=D)
This gives:
Coefficients:
[1] -7.154124  4.278266  5.051516
These numerical values look okay bu...
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...__end_address, 1, 1, anchorLeft = 1)
+        return [Label("Selecting The DHCP Range"),
+                grid,
+                Label("TIP: Unless you wish to reserve some addresses to allow static network"),
+                Label("configuration in virtual machines, these paraemters can be left with"),
+                Label("their default values.")]
+
+    def get_network_type_page(self, screen):
+        self.__isolated_network = Checkbox("Isolated virtual network",
+                                           self.__config.is_isolated_network())
+...