পরিসংখ্যান সংক্রান্ত ফাংশনের চতুর্থ অংশ

[text/scalc/01/func_averageif.xhp#averageif_head not found].

Returns the arithmetic mean of all cells in a range that satisfy a given condition. The AVERAGEIF function sums up all the results that match the logical test and divides this sum by the quantity of selected values.

[text/scalc/01/func_averageifs.xhp#averageifs_head not found].

Returns the arithmetic mean of all cells in a range that satisfy given multiple criteria. The AVERAGEIFS function sums up all the results that match the logical tests and divides this sum by the quantity of selected values.

AVEDEV

গড় মান থেকে ডাটা পয়েন্টের পরম ব্যবধানের গড় প্রদান করে থাকে। একটি ডাটা সেটে ব্যাপ্তি প্রদর্শন করে থাকে।

Syntax

AVEDEV(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are values or ranges that represent a sample. Each number can also be replaced by a reference.

Example

=AVEDEV(A1:A50)

AVERAGE

আর্গুমেন্টের গড় প্রদান করে।

Syntax

AVERAGE(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges.

Example

=AVERAGE(A1:A50)

AVERAGEA

আর্গুমেন্টের গড় প্রদান করে। টেক্সটের মান হলো ০।

Syntax

AVERAGEA(Value1; Value2; ...; Value30)

Value1, Value2, ..., Value30 are values or ranges. Text has the value of 0.

Example

=AVERAGEA(A1:A50)

MAX

একটি আর্গুমেন্টের তালিকার সর্বোচ্চ মান প্রদান করে।

যে ঘর পরিসরগুলো রেফারেন্স হিসেবে পাস করা হয়েছে তাতে কোন সংখ্যাসূচক মান বা ত্রুটি পাওয়া না গেলে এই ফাংশন ০ প্রদান করে। MIN() এবং MAX() ফাংশন, টেক্সট ঘরগুলো অগ্রাহ্য করে। MINA() এবং MAXA() ফাংশন যখন কোন মান (সংখ্যা বা টেক্সট) বা ত্রুটি না পায়, তখন ০ প্রদান করে। MIN() ও MAX() ফাংশনে কোন স্ট্রিং আরগুমেন্ট পাস করা হলেও ত্রুটি হয়, যেমন MIN("string")।

Syntax

MAX(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges.

Example

=MAX(A1;A2;A3;50;100;200) তালিকা হতে সর্বোচ্চ মান প্রদান করে।

=MAX(A1:B100) তালিকা হতে সর্বোচ্চ মান প্রদান করে।

MAXA

আর্গুমেন্ট তালিকার সর্বোচ্চ প্রদান করে। MAX এর বিপরীতে, আপনি এখানে টেক্সট সন্নিবেশ করাতে পারবেন। টেক্সটের মান হলো ০।

MINA() এবং MAXA() ফাংশন ০ প্রদান করে, যদি কোনো মান (সংখ্যাসূচক বা টেক্সট) এবং কোনো ত্রুটি পাওয়া না যায়।

Syntax

MAXA(Value1; Value2; ...; Value30)

Value1; Value2;...; Value30 are values or ranges. Text has the value of 0.

Example

=MAXA(A1;A2;A3;50;100;200;"Text") তালিকা হতে সর্বোচ্চ মান প্রদান করে।

=MAXA(A1:B100) তালিকা হতে সর্বোচ্চ মান প্রদান করে।

MEDIAN

সংখ্যার একটি সেটের মধ্যমা প্রদান করে। মানের বিজোড় ক্রম ধারণকারী একটি সেটে, মধ্যমাটি সেটের কেন্দ্রে একটি সংখ্যা হবে এবং মানের জোড় ক্রম ধারণকারী একটি সেটে, এইটি সেটের কেন্দ্রে দুইটি মানের মধ্যমা হবে।

Syntax

MEDIAN(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are values or ranges, which represent a sample. Each number can also be replaced by a reference.

Example

একটি বিজোড় সংখ্যার জন্য: =MEDIAN(1;5;9;20;21) মধ্যমা মান হিসেবে ৯ প্রদান করে।

একটি জোড় সংখ্যার জন্য: =MEDIAN(1;5;9;20) মধ্যবর্তী দুইটি সংখ্যা ৫ এবং ৯ এর গড় মান প্রদান করে, ফলস্বরূপ ৭।

MIN

আর্গুমেন্টের তালিকার সর্বনিম্ন মান প্রদান করে।

যে ঘর পরিসরগুলো রেফারেন্স হিসেবে পাস করা হয়েছে তাতে কোন সংখ্যাসূচক মান বা ত্রুটি পাওয়া না গেলে এই ফাংশন ০ প্রদান করে। MIN() এবং MAX() ফাংশন, টেক্সট ঘরগুলো অগ্রাহ্য করে। MINA() এবং MAXA() ফাংশন যখন কোন মান (সংখ্যা বা টেক্সট) বা ত্রুটি না পায়, তখন ০ প্রদান করে। MIN() ও MAX() ফাংশনে কোন স্ট্রিং আরগুমেন্ট পাস করা হলেও ত্রুটি হয়, যেমন MIN("string")।

Syntax

MIN(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges.

Example

=MIN(A1:B100) তালিকার সর্বনিম্ন মান প্রদান করে।

MINA

আর্গুমেন্টের তালিকার সর্বনিম্ন মান প্রদান করে। আপনি এখানে টেক্সটও সন্নিবেশ করাতে পারেন। টেক্সটের মান হলো ০।

MINA() এবং MAXA() ফাংশন ০ প্রদান করে, যদি কোনো মান (সংখ্যাসূচক বা টেক্সট) এবং কোনো ত্রুটি পাওয়া না যায়।

Syntax

MINA(Value1; Value2; ...; Value30)

Value1, Value2, ..., Value30 are values or ranges. Text has the value of 0.

Example

=MINA(1;"Text";20) ০ প্রদান করে।

=MINA(A1:B100) তালিকার সর্বনিম্ন মান প্রদান করে।

MODE

ডাটা সেটের সবচেয়ে সাধারণ মান প্রদান করে থাকে। যদি একই গনসংখ্যা সহ বিভিন্ন মান থাকে, তাহলে এটি ক্ষুদ্রতম মান প্রদান করে থাকে। মান দুইবার পাওয়া না গেলে ত্রুটি সংঘটিত হয়।

নোট আইকন

This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


Syntax

MODE(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges.

Example

=MODE(A1:A50)

MODE.MULT

Returns a vertical array of the statistical modes (the most frequently occurring values) within a list of supplied numbers.

tip

This function is available since LibreOffice 4.3


Syntax

MODE.MULT(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges.

সতর্কতামূলক আইকন

As the MODE.MULT function returns an array of values, it must be entered as an array formula. If the function is not entered as an array formula, only the first mode is returned, which is the same as using the MODE.SNGL function.


Example

=MODE(A1:A50)

MODE.SNGL

ডাটা সেটের সবচেয়ে সাধারণ মান প্রদান করে থাকে। যদি একই গনসংখ্যা সহ বিভিন্ন মান থাকে, তাহলে এটি ক্ষুদ্রতম মান প্রদান করে থাকে। মান দুইবার পাওয়া না গেলে ত্রুটি সংঘটিত হয়।

tip

This function is available since LibreOffice 4.3


Syntax

MODE.SNGL(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges.

সতর্কতামূলক আইকন

If the data set contains no duplicate data points, MODE.SNGL returns the #VALUE! error value.


Example

=MODE(A1:A50)

NEGBINOMDIST

ঋনাত্মক দ্বিপদী বিন্যাস প্রদান করে।

Syntax

NEGBINOMDIST(X; R; SP)

X ব্যর্থ পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

R সফল পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

SP হলো একটি প্রচেষ্টা সফল হওয়ার সম্ভাব্যতা।

Example

=NEGBINOMDIST(1;1;0.5) ০.২৫ প্রদান করে।

NEGBINOMDIST

ঋনাত্মক দ্বিপদী বিন্যাস প্রদান করে।

tip

This function is available since LibreOffice 4.3


Syntax

NEGBINOM.DIST(X; R; SP; Cumulative)

X ব্যর্থ পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

R সফল পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

SP হলো একটি প্রচেষ্টা সফল হওয়ার সম্ভাব্যতা।

ক্রমযোজিত (ঐচ্ছিক) = 0 হলে ঘনত্ব ফাংশন গণনা করা হয়, ক্রমযোজিত = 1 হলে নিবেশন মান গণনা করা হয়।

Example

=NEGBINOMDIST(1;1;0.5) ০.২৫ প্রদান করে।

=NEGBINOMDIST(1;1;0.5) ০.২৫ প্রদান করে।

NORMDIST

ঘনত্ব ফাংশন অথবা স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে থাকে।

Syntax

NORMDIST(Number; Mean; StDev; C)

Number হলো নিবেশনের মান, যার উপর ভিত্তি করে পরিমিত বিন্যাস গণনা করা হবে।

Mean হলো নিবেশনের গড় মান।

StDev হলো নিবেশনের পরিমিত ব্যবধান।

C ঐচ্ছিক। C = 0 হলে ঘনত্ব ফাংশন গণনা করা হয়, C = 1 হলে নিবেশনের মান গণনা করা হয়।

Example

=NORMDIST(70;63;5;0) ০.০৩ প্রদান করে।

=NORMDIST(70;63;5;1) ০.৯২ প্রদান করে।

NORMDIST

ঘনত্ব ফাংশন অথবা স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে থাকে।

tip

This function is available since LibreOffice 4.3


Syntax

NORMDIST(Number; Mean; StDev; C)

Number হলো নিবেশনের মান, যার উপর ভিত্তি করে পরিমিত বিন্যাস গণনা করা হবে।

Mean হলো নিবেশনের গড় মান।

StDev হলো নিবেশনের পরিমিত ব্যবধান।

C ঐচ্ছিক। C = 0 হলে ঘনত্ব ফাংশন গণনা করা হয়, C = 1 হলে নিবেশনের মান গণনা করা হয়।

Example

=NORMDIST(70;63;5;0) ০.০৩ প্রদান করে।

=NORMDIST(70;63;5;1) ০.৯২ প্রদান করে।

NORMINV

বিপরীত স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে।

Syntax

NORMINV(Number; Mean; StDev)

Number সম্ভাব্যতার মান উল্লেখ করে, যা বিপরীত পরিমিত বিন্যাস নির্ধারণ করতে ব্যবহৃত হয়।

Mean পরিমিত বিন্যাসের গড় মান উল্লেখ করে।

StDev পরিমিত বিন্যাসের পরিমিত ব্যবধানকে উল্লেখ করে।

Example

=NORMINV(0.9;63;5) ৬৯.৪১ প্রদান করে। যদি ৫ এর পরিমিত ব্যবধান সহ ডিমের গড় ওজন ৬৩ গ্রাম হয়, তাহলে ডিমের ওজন ৬৯.৪১ গ্রাম অপেক্ষা ভারি না হওয়ার সম্ভাব্যতা ৯০%।

NORMINV

বিপরীত স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে।

tip

This function is available since LibreOffice 4.3


Syntax

NORMINV(Number; Mean; StDev)

Number সম্ভাব্যতার মান উল্লেখ করে, যা বিপরীত পরিমিত বিন্যাস নির্ধারণ করতে ব্যবহৃত হয়।

Mean পরিমিত বিন্যাসের গড় মান উল্লেখ করে।

StDev পরিমিত বিন্যাসের পরিমিত ব্যবধানকে উল্লেখ করে।

Example

=NORMINV(0.9;63;5) ৬৯.৪১ প্রদান করে। যদি ৫ এর পরিমিত ব্যবধান সহ ডিমের গড় ওজন ৬৩ গ্রাম হয়, তাহলে ডিমের ওজন ৬৯.৪১ গ্রাম অপেক্ষা ভারি না হওয়ার সম্ভাব্যতা ৯০%।

PEARSON

Pearson উৎপাদক মোমেন্ট সংশ্লষন সহগ r প্রদান করে থাকে।

Syntax

PEARSON(Data1; Data2)

Data1 প্রথম ডাটা সেটের অ্যারে উল্লেখ করে।

Data২ দ্বিতীয় ডাটা সেটের অ্যারে উল্লেখ করে।

Example

=PEARSON(A1:A30;B1:B30) উভয় ডাটা সেটের পিয়ারসন সংশ্লেষন সহগ প্রদান করে।

PERCENTILE

একটি বিন্যাসে ডাটা মানের আলফা - পারসেন্টাইল প্রদান করে। একটি পারসেন্টাইল একটি ডাটা ক্রমের জন্য স্কেল মান প্রদান করে যা ডাটা ক্রমের সবচেয়ে ছোট (আলফা=০) হতে সবচেয়ে বড় (আলফা=১) এ গমন করে। আলফা = ২৫% এর জন্য , পারসেন্টাইলটি প্রথম চতুর্থাংশকে বুঝায়; আলফা = ৫০% হলো MEDIAN।

Syntax

PERCENTILE(Data; Alpha)

Data ডাটার অ্যারে উল্লেখ করে।

আলফা ০ এবং ১ এর মধ্যে মাপের শতকরা মান নির্দেশ করে থাকে।

Example

=PERCENTILE(A1:A50;0.1) ডাটা সেটের মান উল্লেখ করে, যা A1:A50 এর মোট ডাটা স্কেলের ১০% এর সমান।

PERCENTILE.EXC

Returns the Alpha'th percentile of a supplied range of values for a given value of Alpha, within the range 0 to 1 (exclusive). A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (Alpha=1) of a data series. For Alpha = 25%, the percentile means the first quartile; Alpha = 50% is the MEDIAN.

সতর্কতামূলক আইকন

If Alpha is not a multiple of 1/(n+1), (where n is the number of values in the supplied array), the function interpolates between the values in the supplied array, to calculate the percentile value. However, if Alpha is less than 1/(n+1) or Alpha is greater than n/(n+1), the function is unable to interpolate, and so returns an error.


নোট আইকন

The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive.


tip

This function is available since LibreOffice 4.3


Syntax

PERCENTILE(Data; Alpha)

Data ডাটার অ্যারে উল্লেখ করে।

আলফা ০ এবং ১ এর মধ্যে মাপের শতকরা মান নির্দেশ করে থাকে।

Example

=PERCENTILE(A1:A50;0.1) ডাটা সেটের মান উল্লেখ করে, যা A1:A50 এর মোট ডাটা স্কেলের ১০% এর সমান।

PERCENTILE.INC

একটি বিন্যাসে ডাটা মানের আলফা - পারসেন্টাইল প্রদান করে। একটি পারসেন্টাইল একটি ডাটা ক্রমের জন্য স্কেল মান প্রদান করে যা ডাটা ক্রমের সবচেয়ে ছোট (আলফা=০) হতে সবচেয়ে বড় (আলফা=১) এ গমন করে। আলফা = ২৫% এর জন্য , পারসেন্টাইলটি প্রথম চতুর্থাংশকে বুঝায়; আলফা = ৫০% হলো MEDIAN।

নোট আইকন

The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive.


tip

This function is available since LibreOffice 4.3


Syntax

PERCENTILE(Data; Alpha)

Data ডাটার অ্যারে উল্লেখ করে।

আলফা ০ এবং ১ এর মধ্যে মাপের শতকরা মান নির্দেশ করে থাকে।

Example

=PERCENTILE(A1:A50;0.1) ডাটা সেটের মান উল্লেখ করে, যা A1:A50 এর মোট ডাটা স্কেলের ১০% এর সমান।

PERCENTRANK

নমুনায় একটি মানের শতকরা র‍্যাঙ্ক প্রদান করে।

Syntax

PERCENTRANK(Data; Value; Significance)

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

মান একটি মান নির্দেশ করে যার শতকরা র‍্যাঙ্ক অবশ্যই নির্ধারিত হতে হবে।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to. If omitted, a value of 3 is used.

Example

=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.

PERCENTRANK.EXC

Returns the relative position, between 0 and 1 (exclusive), of a specified value within a supplied array.

নোট আইকন

The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive.


tip

This function is available since LibreOffice 4.3


Syntax

PERCENTRANK.EXC(Data; Value; Significance)

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

মান একটি মান নির্দেশ করে যার শতকরা র‍্যাঙ্ক অবশ্যই নির্ধারিত হতে হবে।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to.

Example

=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.

PERCENTRANK.INC

Returns the relative position, between 0 and 1 (inclusive), of a specified value within a supplied array.

নোট আইকন

The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive.


tip

This function is available since LibreOffice 4.3


Syntax

PERCENTRANK.INC(Data; Value; Significance)

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

মান একটি মান নির্দেশ করে যার শতকরা র‍্যাঙ্ক অবশ্যই নির্ধারিত হতে হবে।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to.

Example

=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.

PHI

একটি পরিমিত স্বাভাবিক নিবেশনের জন্য নিবেশন ফাংশনের মান প্রদান করে থাকে।

Syntax

PHI(Number)

সংখ্যা একটি মান নির্দেশ করে যার উপর ভিত্তি করে পরিমিত স্বাভাবিক নিবেশন গণনা করা হয়।

Example

=PHI(2.25) = 0.03

=PHI(-2.25) = 0.03

=PHI(0) = 0.4

POISSON

পয়সন বিন্যাস প্রদান করে।

Syntax

POISSON(Number; Mean; C)

Number এমন মান উল্লেখ করে, যার উপর ভিত্তি করে পয়সন বিন্যাস গণনা করা হয়।

Mean পয়সন বিন্যাসের মধ্যবর্তী মান উল্লেখ করে।

C (ঐচ্ছিক) = 0 অথবা False হলে ঘনত্ব ফাংশন গণনা করা হয়; C = 1 অথবা True হলে নিবেশন গণনা করা হয়। উপেক্ষা করা হলে, অন্যান্য প্রোগ্রামের এবং LibreOffice এর পুরনো সংস্করণের সাথে সর্বাপেক্ষা সমন্বয়তার জন্য ডিফল্ট মান True নথিটি সংরক্ষণ করার সময় সন্নিবেশ করানো হয়।

Example

=POISSON(60;50;1) ০.৯৩ প্রদান করে।

POISSON.DIST

পয়সন বিন্যাস প্রদান করে।

tip

This function is available since LibreOffice 4.2


Syntax

POISSON(Number; Mean; C)

Number এমন মান উল্লেখ করে, যার উপর ভিত্তি করে পয়সন বিন্যাস গণনা করা হয়।

Mean পয়সন বিন্যাসের মধ্যবর্তী মান উল্লেখ করে।

C (ঐচ্ছিক) = 0 অথবা False হলে ঘনত্ব ফাংশন গণনা করা হয়; C = 1 অথবা True হলে নিবেশন গণনা করা হয়। উপেক্ষা করা হলে, অন্যান্য প্রোগ্রামের এবং LibreOffice এর পুরনো সংস্করণের সাথে সর্বাপেক্ষা সমন্বয়তার জন্য ডিফল্ট মান True নথিটি সংরক্ষণ করার সময় সন্নিবেশ করানো হয়।

Example

=POISSON(60;50;1) ০.৯৩ প্রদান করে।

QUARTILE

একটি ডাটা সেটের এক-চতুর্থাংশ প্রদান করে।

Syntax

QUARTILE(Data; Type)

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

Type এক-চতুর্থাংশের ধরন উল্লেখ করে। (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)

Example

=QUARTILE(A1:A50;2)মান প্রদান করে যার স্কেলের ৫০% A1:A50 পরিসরে নিম্নতর হতে উচ্চতর মানের সাথে সঙ্গতিপূর্ণ হয়।

QUARTILE.EXC

Returns a requested quartile of a supplied range of values, based on a percentile range of 0 to 1 exclusive.

নোট আইকন

The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive.


tip

This function is available since LibreOffice 4.3


Syntax

QUARTILE(Data; Type)

Data represents the range of data values for which you want to calculate the specified quartile.

Type An integer between 1 and 3, representing the required quartile. (if type = 1 or 3, the supplied array must contain more than 2 values)

Example

=QUARTILE(A1:A50;2)মান প্রদান করে যার স্কেলের ৫০% A1:A50 পরিসরে নিম্নতর হতে উচ্চতর মানের সাথে সঙ্গতিপূর্ণ হয়।

QUARTILE.INC

একটি ডাটা সেটের এক-চতুর্থাংশ প্রদান করে।

নোট আইকন

The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive.


tip

This function is available since LibreOffice 4.3


Syntax

QUARTILE(Data; Type)

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

Type এক-চতুর্থাংশের ধরন উল্লেখ করে। (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)

Example

=QUARTILE(A1:A50;2)মান প্রদান করে যার স্কেলের ৫০% A1:A50 পরিসরে নিম্নতর হতে উচ্চতর মানের সাথে সঙ্গতিপূর্ণ হয়।

Please support us!