Nownews生活新聞
www.nownews.com
疑地震降雨影響 新中橫新山段落石不斷
Jun 10th 2013, 14:12

2013年6月10日 20:58

"); $(".story_photo .videoPlay").hover ( function(){$(this).css({"opacity":"0"})}, function(){$(this).css({"opacity":"1"})} ) } //照片區塊出現 $(".story_photo").fadeIn(1000); //寫入第一張照片 var firstimg = $(".story_photo img:first").attr("rel"); $(".story_photo img:first").attr("src",firstimg); $(".story_photo li:not(:first)").hide(); //判斷是否有多張照片,寫入開關 var li_nums = $(".story_photo li").length; var openclose = ' 更多照片 ' if (li_nums > 1) { $(".story_photo .p_switcher").append(openclose); } //控制錨點 if (li_nums > 1) { $('.open_btn, .story_photo img').click(function(){ $('.news_story').ScrollTo(500); }); $('.close_btn, .story_photo img').click(function(){ $('.news_story').ScrollTo(500); }); } else { $(".story_photo img").css("cursor","none").attr("title","");//一張圖時 $(".p_switcher").hide(); } //點擊圖片或開關,展開其他圖片 $("a.open_close").click(function(){ //寫入其他圖片路徑 $(".story_photo img:not(:first)").each(function(){ var imgsrc = $(this).attr("rel"); $(this).attr("src",imgsrc); }); $(".story_photo li:not(:first)").slideToggle(500); $(".open_close span").toggle(); }); if (video_link>0){ // 如果有影音,點圖連到影音頁 $(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標 $(".story_photo img, .story_photo .videoPlay").click(function(){ var videoURL = $(".story_photo .video_link a").attr("href"); location.href=videoURL; }); } else { //沒影音時,點圖展開其它圖 if (li_nums > 1) {//一張圖以上 $(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標 } $(".story_photo img").click(function(){ //寫入其他圖片路徑 $(".story_photo img:not(:first)").each(function(){ var imgsrc = $(this).attr("rel"); $(this).attr("src",imgsrc); }); $(".story_photo li:not(:first)").slideToggle(500); $(".open_close span").toggle(); }); } //------------------- });
  • 搶通路段防落石 規模6.3的南投地震,造成南投縣山區多處道路土石崩塌。前往竹山天梯風景區的投49線12.5K崩塌點搶通之後,4日仍可見土石滑落。民眾進出山區應小心落石。中央社記者林恆立南投縣攝 102年6月4日

生活中心/綜合報導

南投縣新中橫公路新山段疑似因為地震及雨水沖刷,導致落石不斷。今天下午因落石坍方不斷,路段中斷1個多小時,還有車輛疑似閃避落石衝撞護欄的意外發生。

6月2日南投規模6.3地震使得山區土石鬆動,台21線新中橫公路水里鄉新山段(81K)在7日下午陣雨過後傳出落石意外,1輛廂型車及1部小客車被落石砸中,所幸無人員傷亡。距《中央社》報導,近日來的雨勢,使得山坡地含水量提高,今(10)日下午2點,伍姓民眾開車途經新中橫公路新山路段時,為閃避落石衝撞護欄,不僅車子損壞,民眾也受了傷,幸好送醫後無大礙。

下午約莫3時20分,新山路段落石不斷,阻斷交通,公路總局趕緊用挖土機清除,造成交通中斷1個多小時。工務段長陳俊彰表示,新山路段土石極不穩定,雖有派保全人員全天看守,民眾行經此路段仍須特別小心。

關鍵字: 新中橫 落石 坍方 交通 意外 新山 土石鬆軟

This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

candycrushsaga3 發表在 痞客邦 留言(0) 人氣()

Yahoo!奇摩知識+ - 分類問答 - 科學常識 - 投票中
Yahoo!奇摩知識+ - 分類問答 - 科學常識 - 投票中
<急> 迴歸變數標準化 (20點)
Jun 8th 2013, 07:36

如果迴歸模型是
    Y = β0+β1*X1+β2*X2+ε
也就是說迴歸函數是 β0+β1*X1+β2*X2, 那麼, 對 X1, X2 的
"標準化" 並不會改變共線性問題. 因為, X1 與 X2 間的相關
係數, 實際上可以說是以它們的標準化值 z1=(X1-X1bar)/s(X1),
z2=(X2-X2bar)/s(X2) 定義的:   r(X1,X2) = (1/n)Σ(z1_i)(z2_i).

如果迴歸模型沒有常數項
    Y = β1*X1+β2*X2+ε
其中 E[ε]=0, 那麼對任一 Xj 標準化, 模型就被破壞了!
    α1*z1+α2*X2 = α1*(X1-X1bar)/s(X1)+α2*X2
    = -α1*X1bar/s(X1) + (α1/s(X1))*X1+α2*X2
多了一項未知, 但不自由的常數項 "-α1*X1bar/s(X1)", 也就是
說原來的模型被破壞了!

對 X2 標準化, 或同時對 X1, X2 標準化, 結果類似, 模型都被
修改成四不像了.

沒有常數項的迴歸, 共線性問題的指標不是 r(X1,X2), 除非
X1, X2 都被 z1, z2 取代.
就原模型而言, 共線性問題來自
    Σ(X1i)(X2i)/√[Σ(X1i)^2Σ(X2i)^2];

若 z1 取代 X1, 有沒有共線性問題看的是
    Σ(z1i)(X2i)/√[Σ(z1i)^2Σ(X2i)^2]
    = Σ(X1i-X1bar)(X2i)/√[(n-1)s1^2Σ(X2i)^2].
雖然分子等於 Σ(X1i-X1bar)(X2i-X2bar), 但分母根號內的
Σ(X2i)^2 比 Σ(X2i-X2bar)^2 大, 因此上述指標小於 r(X1,X2)=0.7.
而 X1, X2 都以其標準化分數 z1, z2 取代, 共線性的指標
又提高, 事實上是回到 r=0.7.

This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

candycrushsaga3 發表在 痞客邦 留言(0) 人氣()

<<蘋果日報>>即時新聞-最新
>即時新聞-最新
2013WWDC 新作業系統「小牛」上市
Jun 10th 2013, 17:22

在第24屆蘋果電腦全球開發商大會上,第一個引人注目的,同時也是外界預期的,就是新一代作業系統《OS X Mavericks》(小牛)的上市。Mavericks其實是加州海邊一個沖浪名點。日後新作業系統都將以加州作為命名主題。

至於最受關注的新功能,打破了舊有的設計,支援「多視窗」功能;並且加強了記憶體壓縮功能,有效降低寫回硬碟的資料量,可以提升速度達到1.4倍;新一代的OPEN GL4;文件標籤Tag功能等, 現場反應熱烈。

全新作業系統「小牛」。翻攝網路

This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

candycrushsaga3 發表在 痞客邦 留言(0) 人氣()