由买买提看人间百态

topics

全部话题 - 话题: logging
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
e***a
发帖数: 18
1
来自主题: Unix版 - question on user log in
One day you (not root) came to work (the machine was up already) and logged
in and ended up in the root directory. Then you reboot the box and logged in
again and now you were in your home directory as it should be.
Any idea what happened?
A**********e
发帖数: 3102
2
对了,想起来了,在出现这个问题前,报 RPC Server is Unavailable,google 之
,说,重启就好了。重启后结果添了这个毛病。
又 google 之,微软说,要想解决这个由于 RPC 而导致的不能 log on 的问题,要
先 log on 进去,再 blah blah blah 就可以。
晕倒。
g****p
发帖数: 94
3
来自主题: Mathematics版 - 请问哪里可以找到log的计算公式?
算法课上用到好多没学过的log的计算公式,google找不到,数学手册软件里也没有。
请问各位大侠哪里有比较全的log的计算公式?
多谢!
h**********c
发帖数: 4120
4
Study 曲线 sin(a * \pi / x), at 1+ derivative >0, at a- derivative <0.
sin(a * \pi / x) 于 x 轴没有交点, a 为质数,如a 为合数, 则与 x 轴有交点。
除非相交于sqrt(a), 交点也就是根成对出现。
如果a 是恰恰两个质数的乘积,则只有两个交点,观察曲线如何穿越 x轴,我们发现
sin(a * \pi / x) 在 x = sqrt (a)小于零。 在 (1, sqrt(a)) ,sin(a * \
pi / x) 有两部分,一部分大于零,零一部小于零。因此,可以用binary search 搜索
。 开销 O(log(a)).
对于所有的sin(a * \pi / x) 在 x = sqrt (a)小于零情况,对binary search 进
行改进,也可以搜索到a 的一个因子,因为 在x= 1 函数大于零, 在x= sqrt (a) 小
于零。开销 O(log(a)).
对于sin(a * \pi / x) 在 x = sqrt (a)大于零情况,如有因子必在 (1,a^{1/4}
)... 阅读全帖
l*3
发帖数: 2279
5
平均下来每个质数k需要的时间比O(log(k))还要小一点呢!
A*********u
发帖数: 8976
6
来自主题: Pharmaceutical版 - BLQ in semi-log graph
作semi-log concentration vs time PK graph的时候
BLQ 怎么处理?
单个病人作图的时候,BLQ算作0的话画不出来,等于从semi-log图里excluded了,我觉
得如果知道Low limit of quantification的话,用那个值来impute BLQ也是一个选择
,有没有这样做的。
作平均图的时候,全是BLQ(pre-dose, 或者48小时)excluded, 其他点算0(否则mean会
和table里的不一样),这样区分处理有问题吗。
惯常的做法是什么?
多谢多谢!
J**Y
发帖数: 34
7
来自主题: Science版 - Re: what is "log-normal distribution"?
A random variable with log-normal distribution means that the log
transformation of this variable is normal.
R*****n
发帖数: 8658
8
X's density is:
f(x)=(1/sqrt(2pi)*sigma*x)*exp(-(log(x)-mu)^2/(2*sigma^2)),x from 0 to infinity
pay attention to the variance of log(x) should be sigma^2.
E(X)=exp(mu+sigma^2/2)
VAR(X)=exp(2(mu+sigma^2))-exp(2*mu+sigma^2)
E(X^n)=exp(n*mu+n^2*sigma^2/2)
d*******g
发帖数: 3
9
来自主题: Statistics版 - 一枚SAS log
NOTE: Invalid argument to function GAMMA at line 2 column 135.
可是我查了sas log的第2行,根本就没有错阿。也没有gamma.
gamma是在下面很多行。
请问一下,这样的sas log给出来后应该怎么找错误呢
对了,我这整个是一个macro,先造了一个data然后算gamma分布的probability.
q********m
发帖数: 3234
10
来自主题: Statistics版 - SAS log window full,跪求解决方法
在做rolling regression,PC sas不停的让我clear log window,已经快一天了,我能
想到的办法只有上unix run,有人知道能改PC SAS的设置让他自动删除log吗?
g**r
发帖数: 425
11
来自主题: Statistics版 - SAS log window full,跪求解决方法
filename tmepfile "a file location file.log";
proc printto log=tmpfile;
run;
s*****n
发帖数: 2174
12
来自主题: Statistics版 - 线性回归中log tranformation
你首先应该考虑一个问题, 计算E(y)的意义是什么
对于正态的分布(或者对称的分布), E(y)是描述
分布中心位置的参数. 对于某些其他的分布(比如泊松)
其代表一定的实际意义(可直白解释).
你之所以要做log transformation, 就是由于
原数据的特征不符合直接做回归的条件,
比如asymmetric, long-tail, 等等.
对于这样的distribution, 计算E(y)有什么意义呢,
E(y)有什么实际的meaning? 它既不代表分布的中心
特征, 又不代表任何可解释的意义. 即使数学上可
以推导具体的形式(比如用Taylor展开), 如果没有
实际意义的话, 计算E(y)也是毫无价值的.
这种情况, 一般都是考虑新的变量Z=log(Y), 然后
讨论Z的性质, 比如E(Z)什么的, 彻底忘掉Y和E(Y).
x********u
发帖数: 64
13
这2个是一样的么?
还是有什么区别
好像log-linear model,是用proc genmod,dist=poisson
模型是
log (E(y))=ax
而poisson regression呢?
s*r
发帖数: 2757
14
来自主题: Statistics版 - 请教一个log scale的运算
logsum=temp+log(1+exp(logsum-temp))
means
logsum - temp = log(1+exp(logsum-temp))
两边exp
exp(logsum - temp) = 1+exp(logsum-temp)
what is this? taylor series?
l******t
发帖数: 2243
15
来自主题: Statistics版 - PERL code to view SAS log in color in UNIX
thanks

发信人: DaShagen (Unbearable lightness), 信区: Statistics
标 题: PERL code to view SAS log in color in UNIX
发信站: BBS 未名空间站 (Sat Jan 22 13:26:18 2011, 美东)
If you don't have perl installed, this won't help you.
#!/usr/bin/perl -w
$0=~/.*\/(.*)/;
use Term::ANSIColor;
die "\nUsage: $1 \n\n" if @ARGV!=1;
my @content = `cat $ARGV[0]`;
for (@content)
{
if ($_=~/NOTE:/)
{ print color 'bold blue';}
elsif ($_=~/WARNING:/)
{ print color 'bold ye... 阅读全帖
r*****g
发帖数: 99
16
我有90多个nutritional variables 需要进行log transformation,新的变量名就是旧
的变量名前加log,请教高手如何能同时对这些变量进行转换?
p********1
发帖数: 1011
17
来自主题: Statistics版 - log-likelihood
log-likelihood怎么解释? 用来做什么的?
是不是用来比较几个negative binomial regression models的结果的? 是不是log-
likelihood的绝对值越大就说明model越好?
j******4
发帖数: 6090
18
来自主题: Statistics版 - log-likelihood
log-likelihood就是把likelihood function 用log转一下,方便计算。
至于likelihood么,是一种inference的方法。
大概可以认为likelihood越大越好,有一种著名的estimator就是基于maximum
likelihood来的,就是maximum likelihood estimator (MLE),这种estimator有非
常好的属性,比如asymptotically unbiased,invariance等等。
g******2
发帖数: 234
19
it's not possible to "先standardization后 log transformation"
h***i
发帖数: 3844
B******y
发帖数: 9065
21
你怎么standardize的?如果目的是standardize成N(0,1),那些负值你怎么去log化?
B******y
发帖数: 9065
22
是呀,感觉LZ并没有理解数据为什么要做log transformation或是standardization,
因为并不是所有数据都得这么干。如果理解了原因,LZ应该问不出这样的问题了。
t*Q
发帖数: 7840
23
高度机密。不过可以肯定的是不会有log函数,因为老刑的数学底子是100以内的加减法
,除此以外就不靠谱了。再说,log(x)*10也违背了老刑求多的初衷。
I*******O
发帖数: 894
24
偶尔出现这种情况。
当你log in后 从web家页点文章版面名称(XJTU)时,就log out了。上周发生过2-3次。
j*********g
发帖数: 3826
25
来自主题: _Athlete版 - 新手上路之健身LOG
呵呵,以后这个地方变成log中心了。
我最近就不log了,一直没去gym,偶尔去过再写。
w*******y
发帖数: 60932
26
Thomas the Train: Zip, Zoom, and Logging Adventure for $34.99
I've had my eye on this, it's cheapest I have seen it sell for.
AMAZON LINK:
http://www.amazon.com/Thomas-Train-Zoom-Logging-Adventure/dp/B00388C6L2?SubscriptionId=AKIAIUC6Y4773JZ7ZT5A&tag=camels-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B00388C6L2
Free shipping with Amazon Prime.
w*******y
发帖数: 60932
27
4 things in one:
1) Check engine codes that trip your CEL/SES (Check engine light / Service
Engine Soon). FYI this can also be accomplished at places like Autozone for
free if you want to spend the time to drive there. You can then google
what the codes mean.
2) Clear your CEL/SES light. FYI this can also be accomplished for free by
unplugging your battery
3) Display / Log engine diagnostics real time (Temps, load, etc that aren't
just displayed on your dash. Your ECU (car computer) is actua... 阅读全帖
C****g
发帖数: 2220
28
来自主题: Military版 - log线威武
哈哈,感谢log线
让全国人民吃饱了肉

发帖数: 1
29
好像是为了缩小数量级的的差异,比较说生物里dose response, 不来不是一条平滑的
曲线,如果把浓度变成log,那就变成一条很美S型曲线了
m******8
发帖数: 2153
30
来自主题: QueerNews版 - Supreme Court Denies Log Cabin Request
【多维新闻】美国联邦最高法院11月12日继续拒绝废除军中同性恋的“不许问,不许说
”政策。最高法院宣布这一结果时,美国一联邦地方上诉法院正在考虑维持军中同性恋
禁令。
综合媒体11月12日报道,美国联邦最高法院12日拒绝应同性恋维权组织“木屋共和党人
”(Log Cabin Republicans)要求,干涉旧金山市一联邦地方法院对“不许问,不许说
”的审查。美国总统奥巴马此前也已敦促最高法院不要干涉此次该审查。
美国加利福尼亚州一位联邦地方法官曾表示,“不许问,不许说”(don't ask,don't
tell)军中同性恋禁令违反美国人权,并发布了命令禁止五角大楼实施该禁令。但是,
位于旧金山的一家上诉法院则表示,保持该军中同性恋禁令。
奥巴马总统正劝说国会参议员在跛脚鸭国会期废除军中同性恋禁令,尽量避免将该禁令
的废除议程拖至2011年新国会期。但是,奥巴马政府律师们有的则在法院为该禁令护航。
最高法院大法官卡根(Elena Kagan)没有参与此次高院决定,而前一天,美国多家同
性恋权利团体举行倡议活动,希望在五角大楼得出同性恋参军对军队没有伤害的研究结
果后,国会能够推动废除该... 阅读全帖
D**S
发帖数: 24887
31
Indeed.
Some guy from Log Cabin Republicans (name Clarke?) just appeared on Chris
Matthews' show in MSNBC and basically got joked down by the host.
Predictably this guy also referred to Dick Cheney as if that old never-
smiling guy single handedly turn over the tide on same sex marriage. The
host did not care to be nice enough to let him finish what he wanted to LOL
e*******s
发帖数: 24
32
不知道为什么刚才的帖子被删了,
我的问题简单说就是想知道gps logging是不是必要的功能?
谢谢!
w*****y
发帖数: 506
33
带GPS Logging的记录仪一般可以测速,在录像上可以显示当时的车速。除了这个,GPS
功能没啥用,纯好玩,而且记录速度也是个可能给自己带来麻烦的功能。
c*******n
发帖数: 72
34
我现在H1B签证,但是我回国很有可能被check;
我想问的是,如果我被check,我可以到公司在中国的office,log回公司的网络工作不?
d*********r
发帖数: 11979
35
来自主题: ebiz版 - Anybody have problem logging in ING?
怎么不能log in 了?
L******1
发帖数: 8133
36
来自主题: ebiz版 - Anybody have problem logging in ING?
坏人们都log in不了,包子plz
a***e
发帖数: 38850
37
来自主题: ebiz版 - anybody can log in BOA?
everytime I login, it log me out automatically.
any reason?
i**8
发帖数: 2855
38
从来没能log in进去过
也不相信会给我寄出来
r********r
发帖数: 1460
39
if you can not log in it
try to reset your pwd.
l*******r
发帖数: 4028
40
我靠,你居然到现在才不能log in
z****s
发帖数: 1760
41
i can log in. I guess you are in bl now, patpat
a*o
发帖数: 19981
42
【 以下文字转载自 board 讨论区 】
发信人: amo (牛肉炖熊掌), 信区: board
标 题: 二手版在集体调查一起诈骗案,请站方公布几个ID的IP/access log
发信站: BBS 未名空间站 (Fri Nov 8 08:12:02 2013, 美东)
参见二手版置顶,我们需要如下一些ID的IP记录:
tianyuan1, tomybest, medoct, docare, shihuali,xiangjia2013,sunfeng600,
star86
提示 ● 已确定tianyuan1 (anyu)是骗子(328b) -- amo
2013-11-07 --
提示 提示 ● 大家小心tomybest, 可能是骗子。(489b) -- lavie44
2013-10-10 --
提示 提示 ● (疑似6i新ID)卖家Id:medoct(259b) -- tonymac1
2013-09-29 --
提示 提示 ● updated (附加了一些信息):... 阅读全帖
t****u
发帖数: 140
43
label ready 急求2个 LINCOLN LOGS 100th Anniversary Tin - 111 All-Wood Pieces
email: [email protected]/* */
t**********1
发帖数: 7
44
for a complete Binary Search Tree, write a search function to achieve < 2*
log(n) up bound on number of comparison operations.
I**A
发帖数: 2345
45
让不让用hashtable?

2*LOG(N)。
才能决定,搜索的数是 可能属于LEFT subtree, or right subtree, or equal.
s*******s
发帖数: 46
46
你可以这么办,如果<那么左边,如果>=则右边,
然后如果右边发现<,则说明是=(倒一层)
这样最多判断log(n)次
另外可以random判断<和>=的顺序,这样可以将最坏次数的概率减小。
l**h
发帖数: 893
47
来自主题: JobHunting版 - Pow有没有比log(n)更好点的解法?
比如下面这个log(n)的, 很容易实现,为什么喜欢考这个题?
public double pow(double x, int n) {
if (n == 0) return 1;
if (x == 0) return 0;
boolean positive = true;
if (n < 0) {
positive = false;
n = -n;
}

double tmp = pow(x, n/2);
double ret;
if (n%2 == 0) {
ret = tmp*tmp;
}
else {
ret = x*tmp*tmp;
}
return positive ? ret : 1.0/ret;
}
f*******n
发帖数: 12623
48
来自主题: JobHunting版 - Pow有没有比log(n)更好点的解法?
return exp(n * log(x)) 不就行了吗?
b***m
发帖数: 5987
49
一个巨大的文件,XML格式,是一个access log数据库数据倒出来的结果。由于格式问
题,该XML文件不分行。有什么好办法做XML分析,目的是分析XML然后总结出里面某些
字样的出现情况。我现在用的是Perl,目前没找到特别合适的库。如果有C#的方案也可
以。大家集思广益吧。
s**********d
发帖数: 36899
50
就是好看的。热是靠火烧出来的,没有gas log 也一样。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)