Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#26 Re: Help Me ! » detect peaks and valleys » 2012-09-22 01:09:46

bobbym wrote:

A histogram charts occurences. One has 4 occurences as you see in the histogram. It is a peak not a valley.

ok and now about the valley ?

#27 Re: Help Me ! » detect peaks and valleys » 2012-09-22 01:06:59

so you meant the minimum value would be our valley . is it ?
In your data set ..  1 is the most minimum value .
so it  would be a valley .  Is it ?

#28 Re: Help Me ! » get location or x ,y coordinates of mid point of width or height » 2012-09-21 00:53:02

Hy Dear Bobby,

Is that correct way to get the location in x,y of mid point of width and height ?
please check it : http://i1069.photobucket.com/albums/u472/tina12354/recTest_zps8f233dc8.png
Thanks

#29 Re: Help Me ! » detect peaks and valleys » 2012-09-21 00:14:37

Then Is there any way to find peaks and valley s?
Please guide me in this regard .

#30 Help Me ! » detect peaks and valleys » 2012-09-20 23:54:51

tina123
Replies: 40

I have histogram shown in this figure :  http://i1069.photobucket.com/albums/u472/tina12354/h1_zps40094c32.png

The problem is i need to detect peaks and valleys .
i tested 1st derivative . and where if difference tend to 0. there is a valley .
but for example if upper slope have value 26 , 26 . then it will also tend to 0. which will hard to tell that its valley or peak.

Any idea to  get peak and valleys .
thanks

#31 Re: Help Me ! » get location or x ,y coordinates of mid point of width or height » 2012-09-20 23:50:51

bobbym wrote:

Hi;

Do you want the mid point of a side or of the rectangle?

yes , i mid point(int form of x ,y ) of a side of rectangle  .
thanks

#32 Re: Help Me ! » get location or x ,y coordinates of mid point of width or height » 2012-09-19 11:37:04

bobbym wrote:

Hi;

To get the midpoint of a side you just add the coordinates and divide by 2. Same as for a line.

i know the way to get the mid point . mid point will be single value .
i want mid point  location in x , y .
How can we get that  ?

#33 Re: Help Me ! » get location or x ,y coordinates of mid point of width or height » 2012-09-19 06:08:40

Well, we can find central  location of a rectangle .
let say we have x,y initiail corner of rectangle is 1,1 . width and height of rectangle is 92 and 23 .

so  cX = x + width/2 , cy =y+ height /2
that will give u central location of rectangle .
but how  can we get location of mid point of width or height  ?

#34 Help Me ! » get location or x ,y coordinates of mid point of width or height » 2012-09-19 05:07:31

tina123
Replies: 9

i have a rectangle with height = 123 and width = 92. also i have central location x ,y = 47 , 62 .

I can find the mid  point of width and height of rectangle .
but i want to get location x ,y of mid point of width or height of rectangle .How  can i get that .
Can any one please tell me mathematically .
thanks

#35 Help Me ! » physical meaning of mean ? » 2012-09-13 02:57:12

tina123
Replies: 2

What is the physical meaning of mean value ?
using this formula .

mean = (f * m) / n

where f is the frequency of each class and m is the mid point of each class
n is sum of frequecy

What is the physical meaning of mean using above formula ?

#36 Re: Help Me ! » divide a rectangle in two block » 2012-09-10 12:58:01

bobbym wrote:

Hi;

30% of ( 8 * 16 ) is 38.4. You need a rectanghle with an area of 38.4.

The width is 8 so we can only adjust the length from 0 to 16. We solve that with algebra.

L = 4.8

So the dimensions of the rectangle are 4.8 x 8. See the drawing.

k alright thanks

#37 Re: Help Me ! » divide a rectangle in two block » 2012-09-10 12:51:57

bobbym wrote:

Try this one then.

you did not mention that how did u do that .

#38 Re: Help Me ! » divide a rectangle in two block » 2012-09-10 11:49:51

bobbym wrote:

Hi;

You want the top block to be the small one?

yes

#39 Re: Help Me ! » divide a rectangle in two block » 2012-09-10 01:38:10

bobbym wrote:

For the 8 x 16 rectangle you have in the picture. This is one answer.

hy .. bottom block is small .
second block should be 1st block.

I want 30% area should be for 1st block and the rest 70% area should  be for 2nd block .
you did opposite .


and please let be know how did u do that .
thanks

#40 Re: Help Me ! » divide a rectangle in two block » 2012-09-10 01:00:02

bobbym wrote:

Hi;

How do you want to split the big rectangle up? With one line or more than one line. Please look at the drawings.

like 1st figure. i meant by one line .

#41 Re: Help Me ! » divide a rectangle in two block » 2012-09-10 00:40:00

bobbym wrote:

Hi tina123;

I have the same question. Percentage of what? Area? Points?

area ...
percentage of block1 area ,,

#42 Re: Help Me ! » divide a rectangle in two block » 2012-09-10 00:20:25

bobbym wrote:

Hi;

Maximum percentage of what?

sorry .....
I meant to say , 1st block have minimum percentage as compare to 2nd block.
say block  1 have 30% and block2 is 70% .

#43 Help Me ! » divide a rectangle in two block » 2012-09-09 14:16:02

tina123
Replies: 15

Consider this problem : http://i1069.photobucket.com/albums/u472/tina12354/exam.png

I  wanna divide a rectangle into two blocks where 1st block should have 30% of  total block . any idea ..

How to do it ?

#44 Re: Help Me ! » How to get the area of bin from 0 to 6 if frequency of bins are given » 2012-09-08 01:30:27

bin 0 , 1  , 2 , 3 , 4 , 5 , 6 , 7 ,8 , 9 , 10 ,11 , ...20 bins .
and frequencies are

255 , 70 , 60 , 50 ,10 , 5 ,4 , 4 , 60, 50 , 30 , 10 , 5 , 2, 2 , 1 , 0 , 5 , 3, 3

#45 Re: Help Me ! » How to get the area of bin from 0 to 6 if frequency of bins are given » 2012-09-08 01:23:50

yes .. now i need probability yes ..
but these values

255 , 70 , 60 , 50 ,10 , 5 ,4 , 4 , 60, 50 , 30 , 10 , 5 , 2, 2 , 1 , 0 , 5 , 3, 3

are frequency of each bin ..

#46 Re: Help Me ! » How to get the area of bin from 0 to 6 if frequency of bins are given » 2012-09-08 01:18:21

tina123 wrote:
bobbym wrote:

255 , 70 , 60 , 50 ,10 , 5 ,4 , 4 , 60, 50 , 30 , 10 , 5 , 2, 2 , 1 , 0 , 5 , 3, 3

Does this mean 255 zeroes, 70 ones, 60 twos etc?

Well that was a histogram that i supposed .
by considering a hill or mountain , i supposed that histogram .
that's it .

As i mentioned before. i can't ask any question related to my research.
i just need help in calculating things.
if you are interested in purpose then u can contact me rubi_faith@yahoo.com
then we could discuss issue and its solution. thanks .

#47 Re: Help Me ! » How to get the area of bin from 0 to 6 if frequency of bins are given » 2012-09-08 01:15:42

bobbym wrote:

255 , 70 , 60 , 50 ,10 , 5 ,4 , 4 , 60, 50 , 30 , 10 , 5 , 2, 2 , 1 , 0 , 5 , 3, 3

Does this mean 255 zeroes, 70 ones, 60 twos etc?

Well that was a histogram that i supposed .
by considering a hill or mountain , i supposed that histogram .
that's it .

#48 Re: Help Me ! » How to get the area of bin from 0 to 6 if frequency of bins are given » 2012-09-08 01:08:43

bobbym wrote:

HY .. but i do't need post #1 now .
Please look at current problem ./
thanks

Until you clear up post #1 I can not do the next part of the problem.

you already answered about area calculation..i have no doubt in that .
what do u wanna make clear  ?

#49 Re: Help Me ! » How to get the area of bin from 0 to 6 if frequency of bins are given » 2012-09-08 00:50:26

tina123 wrote:
tina123 wrote:
bobbym wrote:

Hi tina123;

I do not know. But aren't we still working on the histogram?

yes we are still working on histogram .
Can we get energy from histogram ?
thanks

Do you  know how probability  can compute from histogram ?
any one ? ?

HY .. but i do't need post #1 now .
Please look at current problem ./
thanks

#50 Re: Help Me ! » How to get the area of bin from 0 to 6 if frequency of bins are given » 2012-09-07 23:42:22

tina123 wrote:
bobbym wrote:

Hi tina123;

I do not know. But aren't we still working on the histogram?

yes we are still working on histogram .
Can we get energy from histogram ?
thanks

Do you  know how probability  can compute from histogram ?
any one ? ?

Board footer

Powered by FluxBB