t*********e 发帖数: 143 | 1 Suppose we have two sequence of data (x, y), there are a lot of data points.
How to fit a continuous monotonic piecewise linear spline using SAS? |
|
P****D 发帖数: 11146 | 2 先在x上定出拐点(可能客户要求特定的x,否则可以对数据作图肉眼找拐点,肯定还有
别的方法不过我没需要用到过),然后一段一段做linear regression。当然这样不能保
证是monotonic,但是你数据本身要是不单调那你也不能硬弄成单调的。 |
|
n*******l 发帖数: 2911 | 3 This is impossible for continuous f and g.
If we want f(g(x)) to be strictly increasing, then g need to be strictly
monotonic (otherwise we can find x1\neq x2 such that g(x1)=g(x2)
and hence f(g(x1))= f(g(x2)) ). Similarly if we want g(f(x)) to be strictly
decreasing, then f need to be strictly monotonic.
When f and g are both strictly monotonic, then it is easy to check that
f(g(x)) and g(f(x)) have the same monotonicity.
However, we can find examples of f and g such that f(g(x)) and g(f(x))
ha... 阅读全帖 |
|
s*********e 发帖数: 1051 | 4 never expect this topic will become so hot.
i am wondering if it is related to monotonic or non-monotonic transformation
. for non-monotonic, then it is extremely simple. WoE should govern all
monotonic transformations.
a simple test to do is to simulate as many monotonic transformations as you
can and then to calculate WoE for all. I am sure you will get the same
result.
for non-monotonic transformation, it might be little tricky. however, you
can always use spline to approximate it out and th... 阅读全帖 |
|
f**d 发帖数: 768 | 5 这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖 |
|
P******r 发帖数: 842 | 6 http://www.careercup.com/question?id=8223978
第一个答案好像不完整。还有一个情况没考虑,就是a[mid]比两边大。
思路是这样的吧
There are three kinds of arrays that have no local min: monotonically
increasing, monotonically decreasing, and monotonically increasing then
monotonically decreasing. Any array that satisfied the given condition (a[0]
>= a[1] && a[n-2] <= a[n-1]) must have at least one local min. We just need
to divide our problem into smaller ones that satisfy this condition. For
log(n) solution, it’s natural to look at the... 阅读全帖 |
|
A*******s 发帖数: 3942 | 7 data test;
input X $ Y;
cards;
a 34
a 45
a 7
a 12
a 11
b 1
b 56
b 66
c 19
c 43
c 12
c 71
;
run;
可以用number option产生行号,但是不能改column name。用monotonic()的结果很混
乱,不大清楚这个函数的机制是什么。
proc sql number;
select monotonic() as Num, X, mean(Y) as mean
from test
group by X;
quit;
我也尝试了用subquery来搞,但是结果还是一样。
proc sql number;
select monotonic() as Num, * from
(select X, mean(Y) as mean
from test
group by X);
quit;
唯一行得通的方法是先create table as,再用monotonic()。那为啥subquery不行呢?
proc sql;
create |
|
r********n 发帖数: 24 | 8 我想说 Y 跟X 有个non-monotone relationship, 在control 了别的variable 之后。
我在regression 里面加了x 和x^2, 确实发现x^2 的coefficient 是significantly
negative. 但有人说这个不见得是non-monotone, 也许只是non-linear, 就是说曲线还
是上升的,只是上升的速度下降了。那我怎么才能show 这个确实是non-monotone的?有点急。谢谢。 |
|
a*********3 发帖数: 660 | 9 定义 definition变量 variable面积 area直径 diameter半径 radius公式 formula
单价 unit price范围 range/scope/extent集合 set法则 principle本金 principal利
率 interest rate利息 interest单利 simple interest复利 compound interest正数
positive number负数 negative number解析式 analytic expression分类讨论
classified discussion性质 nature (不是很确定)奇函数 odd function偶函数
even function对称 symmetric坐标原点 origin单调性 monotonicity(不是很确定)
任意 random周期性 periodic 有界性 boundedness 数学 mathematics, maths(BrE)
, math(AmE) 公理 axiom 定理 theorem 计算 calculation 运算 operat... 阅读全帖 |
|
c****o 发帖数: 2071 | 10 我会投赞成票. 为什么,我们家长的教育有大问题. 我们从来不把diversity当成
education的一部分. 家里开party是老中,孩子的朋友是老中的孩子. 要在好学区买房
子,结果同学们还是华裔.上兴趣班,SAT, ACT补习,钢琴课,也都是华裔. 我们的孩子就
成长在这样monotone的一个环境中,直到上大学. 孩子们从小就有perception,只有
academic才是成才的唯一渠道。很多孩子大学很不适应。
华人作为极少数民族,却占UC40%的名额。以academic为主的入学标准对其他族裔很不
公平。作为一个公正的,且具有同情心的社会,应该有这样的compassion。难道一定要
把black,latino越甩越远才有成就感?一个monotone的社会将失去发展的动力。
请各位家长三思慎行。 |
|
v**********g 发帖数: 102 | 11 教育的目的就是把自己和泥哥劳模拉开档次。
“一个monotone的社会将失去发展的动力”鬼扯,美国以前是monotone的清教国家,发
展迅速。现在泥哥劳模插手后变成了什么样子? |
|
i******t 发帖数: 22541 | 12 31,890
这个最后多钱能拿下啊?
有什么比较实用的 配置推荐吗》?
MODEL
GRAND CHEROKEE LAREDO 4X4
$29,695
COLORS
Black Interior Color $0
Black Forest Green Pearl Coat Exterior Paint $0
$0
OPTIONS
Uconnect® 130 AM/FM/CD/MP3 $0
Cloth Low-Back Bucket Seats $0
17-Inch X 8.0-Inch Aluminum Wheels $0
P245/70R17 BSW On/Off-Road Tires $0
Normal Duty Suspension $0
3.6-Liter V6 24-Valve VVT Engine $0
5-Speed Automatic Transmission $0
GVW Rating - 6,500 Pounds $0
3.09 Rear Axle Ratio $0
Monotone Paint $0
Laredo E Group $1,700
$1,70... 阅读全帖 |
|
W******e 发帖数: 3319 | 13 1. Introduction
My interest in studying creativity was inspired by the frustrations that I
felt as a student, then as a professor. I wanted to know how I could
encourage creativity in myself, my students, and my colleagues.
Politicians, industrial managers, academic administrators, and other leaders
often say that innovation is critical to the future of civilization, our
country, their company, etc. But in practice, these same people often act as
if innovation is an evil that must be suppressed,... 阅读全帖 |
|
A***u 发帖数: 3714 | 14 【 以下文字转载自 Military 讨论区 】
发信人: coolio (Coolio), 信区: Military
标 题: 对我们的孩子来说, SCA5是有益的
发信站: BBS 未名空间站 (Mon Feb 24 12:47:21 2014, 美东)
我会投赞成票. 为什么,我们家长的教育有大问题. 我们从来不把diversity当成
education的一部分. 家里开party是老中,孩子的朋友是老中的孩子. 要在好学区买房
子,结果同学们还是华裔.上兴趣班,SAT, ACT补习,钢琴课,也都是华裔. 我们的孩子就
成长在这样monotone的一个环境中,直到上大学. 孩子们从小就有perception,只有
academic才是成才的唯一渠道。很多孩子大学很不适应。
华人作为极少数民族,却占UC40%的名额。以academic为主的入学标准对其他族裔很不
公平。作为一个公正的,且具有同情心的社会,应该有这样的compassion。难道一定要
把black,latino越甩越远才有成就感?一个monotone的社会将失去发展的动力。
请各位家长三思慎行。 |
|
p**********1 发帖数: 1458 | 15 http://www.flopturnriver.com/pokerforum/beginners-circle/vis-3b
146756.html
This advice was written for 200NL or lower 6Max games. It applies when
effective stacks are 80-125BB preflop. Please deviate from this strategy as
necessary when you have either developed good reads or know your opponent
has certain assumptions about the way you play.
Continuation bets should be anywhere from 2/3-3/4PSB, depending on what
sizing is best for getting all in on the turn. As a note, if you feel you
are bette... 阅读全帖 |
|
W********m 发帖数: 7793 | 16 I think it is a fold unless you have some crazy read about this guy who could shove here with a 10s alone. But I don't blame you to call this vs a 44/22 guy
couple reasons to fold for you to consider if this happens to you again.
1) 3 way pot, people don't bluff as much in a 3 way pot.
2) your stack is too deep to call this shove with a draw where 10 might not even be your outs.
3) You have the A of spade, that means he does not have a nut flush draw which most of his semibluff shove should con... 阅读全帖 |
|
l*y 发帖数: 21010 | 17 The List in Full (Plain Text):
01. Arthur Russell – World Of Echo (Upside/Rough Trade, 1986)
02. Virgo – Virgo (Radical, 1989)
03. Godflesh – Streetcleaner (Earache, 1989)
04. Manuel Gottsching – E2-E4 (Inteam GmbH, 1984)
05. Kate Bush – The Hounds Of Love (EMI, 1985)
06. Monoton – Monotonprodukt07 (Monoton, 1982)
07. Minor Threat – Out Of Step (Dischord, 1983)
08. Kraftwerk – Computer World (EMI/Kling Kland, 1981)
09. Too $hort – Born To Mack (Sire, 1987)
10. Steve Roach – Structures From Silen... 阅读全帖 |
|
y*********e 发帖数: 7269 | 18 最牛的革命机了
亮点,比EM5改进的五轴防抖和AF
新的小范围AF,是革命机Contrast AF的一大突破,有望比Phase AF更小更精准。
Super Spot AF: Selectable from center of enlarge view(0.02% – 0.16% in
view image)
内置wifi功能结合smart phone,弥补了之前没有GPS,wireless shutter release的缺
陷,上传照片更方便。
唯一遗憾就是没有三防了。
http://www.43rumors.com/
Model name: E-P5
Product type: Micro Four Thirds interchangeable lens system camera
Memory : “SD Memory Card*1 (SDHC, SDXC, UHS-I compatible, Eye-Fi Card
compatible*2 )
*1: Class 6 or higher is recommended for Movie shooting.... 阅读全帖 |
|
f**********r 发帖数: 18251 | 19 【 以下文字转载自 Military 讨论区 】
发信人: coolio (Coolio), 信区: Military
标 题: 对我们的孩子来说, SCA5是有益的
发信站: BBS 未名空间站 (Mon Feb 24 12:47:21 2014, 美东)
我会投赞成票. 为什么,我们家长的教育有大问题. 我们从来不把diversity当成
education的一部分. 家里开party是老中,孩子的朋友是老中的孩子. 要在好学区买房
子,结果同学们还是华裔.上兴趣班,SAT, ACT补习,钢琴课,也都是华裔. 我们的孩子就
成长在这样monotone的一个环境中,直到上大学. 孩子们从小就有perception,只有
academic才是成才的唯一渠道。很多孩子大学很不适应。
华人作为极少数民族,却占UC40%的名额。以academic为主的入学标准对其他族裔很不
公平。作为一个公正的,且具有同情心的社会,应该有这样的compassion。难道一定要
把black,latino越甩越远才有成就感?一个monotone的社会将失去发展的动力。
请各位家长三思慎行。 |
|
T*i 发帖数: 472 | 20 【 以下文字转载自 Military 讨论区 】
发信人: coolio (Coolio), 信区: Military
标 题: 对我们的孩子来说, SCA5是有益的
发信站: BBS 未名空间站 (Mon Feb 24 12:47:21 2014, 美东)
我会投赞成票. 为什么,我们家长的教育有大问题. 我们从来不把diversity当成
education的一部分. 家里开party是老中,孩子的朋友是老中的孩子. 要在好学区买房
子,结果同学们还是华裔.上兴趣班,SAT, ACT补习,钢琴课,也都是华裔. 我们的孩子就
成长在这样monotone的一个环境中,直到上大学. 孩子们从小就有perception,只有
academic才是成才的唯一渠道。很多孩子大学很不适应。
华人作为极少数民族,却占UC40%的名额。以academic为主的入学标准对其他族裔很不
公平。作为一个公正的,且具有同情心的社会,应该有这样的compassion。难道一定要
把black,latino越甩越远才有成就感?一个monotone的社会将失去发展的动力。
请各位家长三思慎行。 |
|
z***i 发帖数: 8285 | 21 跪了。天才啊
讲道理居然讲到接近韩国人的水平了
【 以下文字转载自 Military 讨论区 】
发信人: coolio (Coolio), 信区: Military
标 题: 对我们的孩子来说, SCA5是有益的
发信站: BBS 未名空间站 (Mon Feb 24 12:47:21 2014, 美东)
我会投赞成票. 为什么,我们家长的教育有大问题. 我们从来不把diversity当成
education的一部分. 家里开party是老中,孩子的朋友是老中的孩子. 要在好学区买房
子,结果同学们还是华裔.上兴趣班,SAT, ACT补习,钢琴课,也都是华裔. 我们的孩子就
成长在这样monotone的一个环境中,直到上大学. 孩子们从小就有perception,只有
academic才是成才的唯一渠道。很多孩子大学很不适应。
华人作为极少数民族,却占UC40%的名额。以academic为主的入学标准对其他族裔很不
公平。作为一个公正的,且具有同情心的社会,应该有这样的compassion。难道一定要
把black,latino越甩越远才有成就感?一个monotone的社会将失去发... 阅读全帖 |
|
l*****g 发帖数: 49 | 22
In fact, here is a sample plot of the walk taken by the algorithm, even
assuming that x does not exist in the matrix.
Column
1 2 ... n
Row |
1 _______|
2 |
______|
|
. _|
. |
. |
_|
|
|
n |
Remember that each row is monotonically increasing from left to right and each
column is monotonically increasing from top to bottom.
个
column
right
we
to
and |
|
s*****j 发帖数: 5 | 23 Assume f(x)>0 is a monotonically increasing function, x>0, but f'(x)
monotonically decreases. All functions are continuous and f''(x) exists.
Question: Is xf(x) a convex function when x>0? |
|
h*******e 发帖数: 68 | 24 You want to show non-monotone or non-linear?
If non-monotone, is it sufficient just to estimate
-\beta_x / 2\beta_0, to see if it is well within the range of x?
Of course, a better way is by partially linear model and estimate the first
derivative w.r.t. x. |
|
s*****j 发帖数: 5 | 25 Assume f(x)>0 is a monotonically increasing function, x>0, but f'(x)
monotonically decreases. Is xf(x) convex when x>0?
Thanks. |
|
h*s 发帖数: 574 | 26 说一个东西单调,字典上说monotone或者monotonic都可以,
一般常用的是哪个?多谢多谢 |
|
a**********m 发帖数: 1 | 27 是否inflationary function implies monotone function, 或者反过来monotone
function implies inflationaryfunction?
当Tarski-knaster 理论成立,是否T: 2s->2s(2的s次方)是inflationary function?
怎么用数学的方法证明呢? |
|
w********h 发帖数: 12367 | 28 parabolic dependence可以么?
这个parabolic dependence有没有什么特殊的含义?
还是non-monotone dependence好一些?
但是感觉non-monotone包含的东西比较多,
不专门指抛物线。 |
|
f***r 发帖数: 1126 | 29 suppose f is monotonic.
Suppose f(0)=c.
(1) choose x=0. f(f(y))-c=f(*)>=f(0)=c
therefore f(f(y))>=2c for all y
(2)choose x=c
f(c/2 +f(c)/2+y)=2c-f(c)+f(f(y))=2c-f(f(0))+f(f(y))<=f(f(y))
f is monotonic, so
c/2+f(c)/2+y<=f(y) for all y.
(3) choose y=0
f(x/2+f(x)/2)+f(x)=2x+f(c). Using the inequality of (2) twice and obtain
2x+f(c)>=f(x+c/4+f(c)/4)+x+c/2+f(c)/2
>=x+c/4+f(c)/4+c/2+f(c)/2+x+c/2+f(c)/2
>=2x+f(c)+5c/4+f(c)/4
>=2x+f(c)
Therefore c=f(c)=0 and all the inequalities sho... 阅读全帖 |
|
f***r 发帖数: 1126 | 30 The following is a proof that f should be monotonic.
Suppose we have f(a)=f(b)=d for some a<=b. Then for all x in [a,b] we should
have f(x)=d.
Take x=(a+b)/4+b/2 and y=(x+a)/2 both of which are in [a,b].
We have
f(3(a+b)/4+d/2)=(a+b)/2+b-d+f(d).
Similarly take x=(a+b)/4+a/2 and y=(x+b)/2 both of which are in [a,b]. We
have
f(3(a+b)/4+d/2)=(a+b)/2+a-d+f(d).
The above two equations imply that a=b. Therefore f is monotonic. |
|
l******r 发帖数: 18699 | 31 monotonicity too strong
连续函数都有很多不是monotone的
你这个单调性条件没意思
回去重做 |
|
t*****r 发帖数: 1765 | 32 (纽约州),这就是你在
国内的认证机构会收到这样一份表格,以前主要是给学校填的,如下,英文还看不明白
的,中文翻译在最下面。本文仅供参考交流,如有律师中介协助办理,以律师为准。
Verification of Academic Record
CGFNS P.O. Box 8628,Philadelphia PA 19104-8628 USA Telephone(215)349-8767
Fax(215)349-0026 Email:e****[email protected]
Applicant Name:____1____ Date of Birth:______2_______
Type of Program:______3___ Years of Education Required for Admission:______4
____
Name of Degree/Diploma Awarded:________________5____________________________
(Please print title of degree/diploma in native lang... 阅读全帖 |
|
S*******s 发帖数: 13043 | 33 it is quite a straight forward question. vanilla option's price is
monotonous. its loss is its future price minus its current price, also
monotonous. so given same VaR percentile, say 95%, the underlying price to
that perntile is the same and less than current price. in that case, just
draft the chart of two option with different strike, easily to find that ITM
option has larger loss than th ATM option. |
|
A*******s 发帖数: 3942 | 34 不,我想要的结果是这样的
proc sql;
create table test1 as
select X, mean(Y) as mean
from test
group by X;
select monotonic() as Num, *
from test1;
quit;
但是我又不想产生一个间接的dataset。而且我不大明白为啥这样的结果和下面用
subquery的结果不一样。
proc sql number;
select monotonic() as Num, * from
(select X, mean(Y) as mean
from test
group by X);
quit; |
|
d*******1 发帖数: 854 | 35 牛啊牛啊, 这个monotonic 我也google了一下午才找到, 其间还找了SAS tech
support, 下面是他们的评论:
The MONOTONIC() function is not supported and can generate undesired results
so use it at your own risk. It does not necessarily do the same thing as
the ROW_NUMBER function. I would not recommend using it as I've seen it not
give sequential nor unique numbers depending on the query.
他们的答案是此题在SAS SQL 无解,而且他们也说不清SAS SQL 和标准SQL之间的差别。 |
|
s******h 发帖数: 539 | 36 你这个问题其实很好。对于Pearson Correlation, 做一般的monotone transformation
是会影响的。 你可以这样想,做transformation之前Pearson Correlation ~ Corr(X,
Y), 做了之后,say f, Pearson Correlation ~ Corr(f(X), f(Y)),你可以推推看这
两者差别会有多大。
其实也有其他的correlation measurement是independent of monotone
transformation的, e.g.
http://en.wikipedia.org/wiki/Spearman's_rank_correlation_c |
|
w**********y 发帖数: 1691 | 37 CART by default uses gini index as critical for splitting, while CHAID uses
Chi-square; CART generates a binary tree, while CHAID allows mutli branches
. For some reasons, CHAID has been popularly used in commercial banks.
However, both of them are only greedy algorithms.
It is not hard to enforce monotonicity in a tree or boosting tree model.
Monotonic spline regression is also used, as I know, in some big insurance
companies.
During the interview process, it is important to fig out the level ... 阅读全帖 |
|
l****u 发帖数: 529 | 38 Pure proc sql:
proc sql;
create table b as
select b.id,b.startdate as strtdt
from one a, one b
where a.id=b.id and a.startdate-b.enddate>30 and
monotonic(a.id)=monotonic(b.id)+1;
quit;
proc sql;
create table c as
select one.id, one.startdate, sum(one.startdate>strtdt) as cont
from one left join b
on one.id=b.id and one.startdate>b.strtdt
group by one.id, strtdt;
quit;
proc sql;
create table d as
select distinct a.id, min(a.startdate) format=date9.,
... 阅读全帖 |
|
d*****u 发帖数: 738 | 39 【 以下文字转载自 Military2 讨论区 】
发信人: dahuyou (南须刀北破猫虎肉奇微绝世间), 信区: Military2
标 题: 看破猫的签名档 原来破猫也是文学青年
发信站: BBS 未名空间站 (Sun Nov 6 22:47:00 2011, 美东)
Les sanglots longs des violons de l'automne
秋天的小提琴那长长呜咽
Blessent mon coeur d'une langueur monotone.
用单调的忧郁刺伤我心。 |
|
d*****u 发帖数: 738 | 40 【 以下文字转载自 Military2 讨论区 】
发信人: dahuyou (南须刀北破猫虎肉奇微绝世间), 信区: Military2
标 题: 看破猫的签名档 原来破猫也是文学青年
发信站: BBS 未名空间站 (Sun Nov 6 22:47:00 2011, 美东)
Les sanglots longs des violons de l'automne
秋天的小提琴那长长呜咽
Blessent mon coeur d'une langueur monotone.
用单调的忧郁刺伤我心。 |
|
a***i 发帖数: 1517 | 41 其实我觉得中式英语和英美式英语差别最大的地方,不在于语音,而在于语调和节奏。
这也是为什么美国人觉得印度人说英语更好懂一些,不是因为他们发音吐字更标准,而
是他们的抑扬顿挫、特别是顿挫,和中式英语比要更符合美国人的听音习惯一些。美国
人听中国人讲话总觉得太平了,monotonous。 |
|
|
c**i 发帖数: 6973 | 43 (1) John R Miller, The Original American Idol; When King George III heard
Washington had refused to be king, he said, 'If that is true, he must be the
greatest man in the world.' Wall Street Journal, Feb 19, 2011.
http://online.wsj.com/article/SB10001424
052748704881304576093831865011332.html
(Washington's birthday Feb 22, 1732; third Monday in February: Presidents
Day, which marks the birthday not only of Washington but of Lincoln and all
other presidents)
Note:
(a) John Adams and Thomas Jeffer... 阅读全帖 |
|
w****j 发帖数: 5581 | 44 我原话是“这个算是政治狱,说是文字狱有点勉强。”没说不是文字狱啊。也罢,如您
所愿,杭案郑案都不是文字狱。胡铨本人被贬不是文字狱,但这个案子是有牵连的,因
为他而牵连进去的几个案子加在一起称为胡铨案。查 宋史:
十八年,新州守臣张棣讦铨与客唱酬,谤讪怨望,移谪吉阳军。...铨之初上书也,宜
兴进士吴师古锓木传之,金人募其书千金。其谪广州也,朝士陈刚中以启事为贺。其谪
新州也,同郡王延珪以诗赠行。皆为人所讦,师古流袁州,廷珪流辰州,刚中谪知虔州
安远县,遂死焉。
和胡唱酬一下就移谪。传抄胡的上书,启事为贺,以诗赠行就流放,贬谪,这些不是文
字狱还有啥算是文字狱啊?遂死焉这三个字也满传神。
好,就算宋代乌台诗案,胡铨案没死人,案件数量少(可不是没有啊)。明朝文字狱可
是不少吧?太祖世祖这两个杀人狂比乾隆如何?再往前算,三国两晋隋文字狱都不少。
至于秦汉,标准的文字狱没多少,那是能著书立说的知识分子本来就没几个,而且都圈
养着呢。而且说到对思想的钳制已及对后世影响的深远,后代有比得上始皇帝和武帝的
?“腹诽”这个词是从哪儿来的?居然还有人说汉代如何宽松(不是你,忘了是哪个ID
说的了)。从刑... 阅读全帖 |
|
c****n 发帖数: 21367 | 45 1.1 let b=-2, h(x) = c e^{(x+1)^3/3} (c>0)
1.2 monotonically increasing over (1,+\infty)
2. 0
不要被题目的抽象吓倒就不难,当然随手做未必有小朋友们的准确率 |
|
D**S 发帖数: 24887 | 46 Looks nice.
Must be delicious.
Nutrient is kinda monotonous, though. Pretty much 100% starch/hydrocarbon. |
|
m***y 发帖数: 14763 | 47 I really like this a3
他们增长的效率极低。就外国直接投资而言,中国每月获得的量相当于印度一年
的总量。但中国的增长速度仅比印度快两个百分点。
Pity he didn't elaborate why these two should be linear or even monotonical |
|
O*******d 发帖数: 20343 | 48 THE GALAXY, December 1870
MEMORANDA.
BY MARK TWAIN.
RUNNING FOR GOVERNOR.
A few months ago I was nominated for Governor of the great State of New York
, to run against Stewart L. Woodford and John T. Hoffman, on an independent
ticket. I somehow felt that I had one prominent advantage over these
gentlemen, and that was, good character. It was easy to see by the
newspapers, that if ever they had known what it was to bear a good name,
that time had gone by. It was plain that in these latter years t... 阅读全帖 |
|
H****g 发帖数: 14447 | 49 1. 证实了毛泽东1975年写给周恩来这首诗。
《江山靠谁守·诉衷情》
当年忠贞为国筹,
何曾怕断头?
如今天下红遍,
江山靠谁守?
业未竟,
身躯倦,
鬓已秋。
你我之辈,
忍将夙愿,
付与东流?
2. 证实了1976年之前根本没有所谓饿死三千万或者大饥荒之说。
3. 毛泽东1975年的担心,或者说1964年的担心,都变成了现实。
4. 毛泽东唯一的遗产就是留给人民的造反精神,终将成燎原之火。
Mao Tse-Tung: Father of Chinese Revolution
By Fox Butterfield
Special to The New York Times
HONG KONG, Sept. 9--Mao Tse-tung, who began as an obscure peasant, died one
of history's great revolutionary figures.
Born at a time when China was wracked by civil strife, beset with terrible
poverty and enc... 阅读全帖 |
|