<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>INTERCEPT</title>
	<atom:link href="https://www.aitaocui.cn/tag/141361/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Tue, 22 Nov 2022 05:58:22 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>INTERCEPT</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>INTERCEPT(函数图形与坐标交点到原点的距离)</title>
		<link>https://www.aitaocui.cn/article/223996.html</link>
					<comments>https://www.aitaocui.cn/article/223996.html#respond</comments>
		
		<dc:creator><![CDATA[城市门户]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 05:58:22 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[INTERCEPT]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=223996</guid>

					<description><![CDATA[INTERCEPT是一个函数，指函数图形与坐标交点到原点的距离，分为X-intercept（函数图形与X轴交点到原点的距离）和Y-intercept（函数图形与Y轴交点到原点距离）...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>INTERCEPT是一个函数，指函数图形与坐标交点到原点的距离，分为X-intercept（函数图形与X轴交点到原点的距离）和Y-intercept（函数图形与Y轴交点到原点距离）。</p>
</article>
<p><img decoding="async" src="https://www.aitaocui.cn/wp-content/uploads/2022/08/20220828_630b5276a23d4.png" /></p>
<article>
<h1>基本内容</h1>
<p>INTERCEPT</p>
<p>利用现有的x值与y值计算直线与y轴的截距。截距为穿过已知的known_x&#x27;s和known_y&#x27;s数据点的线性回归线与y轴的交点。当自变量为0（零）时，使用INTERCEPT函数可以决定因变量的值。例如，当所有的数据点都是在室温或更高的温度下取得的，可以用INTERCEPT函数预测在0°C时金属的电阻。</p>
<p>在Excel里是一个统计函数，常和SLOPE、CORREL等一同使用，求一元线性回归的A、B、r值。</p>
<p>选择参与一元线性回归两列数据（自变量x应在应变量y的左侧），插入图表，选择散点图。</p>
<p>选择图表中的数据系列，右击，添加趋势线，点击“选项”选项卡，勾选“显示公式”、显示R平方值。</p>
<p>注意显示出的R2值为R的平方，需要用SQRT()函数，计算出R值。</p>
<div></div>
</p>
<p>你也可以用公式法计算</p>
<p>如你的X值序列在A1:A100单元格，Y值序列在B1:B100单元格</p>
<p>线性公式的截距A</p>
<p>=INTERCEPT(B1:B100,A1:A100)</p>
<p>斜率B</p>
<p>=SLOPE(B1:B100,A1:A100)</p>
<p>相关系数R</p>
<p>=CORREL(A1:A100,B1:B100)</p>
<p>或</p>
<p>=CORREL(B1:B100,A1:A100)</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/223996.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
