![]() |
![]() |
Back |
In article <32D1FA17.3FB5@airdigital.com> wmilan@airdigital.com writes: >Patrick Juola wrote: >> >> Um, simply being a product of the scientific community does not >> make something correct or accepted. Cold fusion and polywater >> were also products of the scientific community, and have been >> (rightly, in my opinion) dismissed. > >Agreed. But the dismissal and debunking should be on the basis of >refuting the evidence, not by personal attach on the investigators (as >Herrenstein and Murray have been attacked) and not on the basis that the >conclusions reached are politically unpopular (which appears to be the >motivating force for many of their critics). There are many critics of H&M; that do so on a political basis, yes. There are also many critics of H&M; that do so on a statistical basis; basically, they've taken very bad numbers, applied very bad models to them, and performed very bad tests of significance on them. The number of people who are politically aware so far exceeds the number of people who are statistically aware that you may not have found the second group yet -- but they vastly exceed the number of people who are statistically aware and accept H&M;'s methods. PatrickReturn to Top
Im Artikel <01bbfc07$5e795080$0fce77cc@mpainter>, "Michael D. Painter"Return to Topschreibt: >> "Should I marry him/her?" is influenced by the star sign. > >I assume this is the question asked by the researchers. No. They didn't ask anyone any questions. They just use the birth dates collected by the suiss authorities when people marry. The sample was 375000 marriages (which is a huge sample). >I have snipped a lot of the post but nowhere does it mention what the >answer is, just that there were significant correlation's. The answer is, that out of the 144 (288 if man vs. woman is introduced) possible combinations (leo vs. virgin etc.) most do show no significant aberration from the statistical mean, but a very few do. >How does the study show that astrology has any answer? It doesn't. It only shows, that dividing people in groups as done in starsigns will give a statistical highly significant correlation for some of the 12x12 combinations - and it proves it by having scrambled the data and constructed imaginary starsigns of not connected weeks was giving just a random distribution as one would have expected from the real data as well. The study says, that the very old system of dividing people in groups and attributing 'something' to those groups obviously is not without any rational base. It doesn't say that the prediction of Mr. X, astrologer, will come true. It says something like: for reasons unknown, starsign A [woman] does marry starsign B [man] less often / more often, than it should statistically. That is all - but highly significant - and: unexplained. > Should and did are different things. Yes. In fact: they did [marry] >How does the study show that any correlation has any validity? As said: scrambling the data gave a random distribution. Also only a few combinations had significant aberrations (more or less attraction towards each other compared to mean) >How was it determined that the group studied did not consult such charts >before getting married? Can you believe a whole populace going to see astrology consultants? Whithout anyone noticing? >How does a percentage of the group doing this affect the results? How does a small percentage of the populace really believing in this can make _only_certain_starsigns not marrying each other by more than 5% ??? Would you by chance *know whom you should or should not marry b/c of related starsigns? Offhand? Would any of your aquaintances know? Would you really care, if you were deeply in love? Would anyone care? Would you *fall in love b/c you *know, that your partner was born under a certain sign? Do smokers care about lung cancer statistics? Drivers about accidents? Etc.pp. I just refer to one of the founding fathers of sociology, Emile Durkheim, who in a sensational study late last century showed, that one of the thought to be most individual decisions we can make - suicide - is not just a personal one, but dependent on the society and religious culture we are living in, as there's no random distribution, but all over Europe Protestants committed suicide about double as often than catholics (who did it double as often than jews). Since then, the most 'individual' decisions have been used to show general structures at work. Now we have the disturbing fact, that people born under just a few starsigns seem to like or dislike each other to a greater extent than statistics can explain. The only thing we know about it for sure, is the time of year they are born. So because you are born in July, your chances to marry someone born in October are only 90% of what it should be statistically. But if you were born in June, your chances would be equal over all months. What do you make of that? >Which school of astrology was used? I'm a dragon in Chinese, a Leo in one >of the western schools. I'm a horse in chinese, but obviously the western 12-sign school was used. >My real sign is usually "Not occupied" You're not writing from a bathroom, are you? Cheerio The most dangerous untruths are truths slightly deformed. Lichtenberg, Sudelbuecher __________________________________ Lorenz Borsche Per the FCA: this eMail adress is not to be added to any commercial mailing list. Uncalled for eMail maybe treated as public.
In articleReturn to Top, Alexander Abian writes > > >Dear Emma, >You e-mailed me that you read the recent Fourier Transform (especially Fast >Fourier Transform) postings and that you did not understand a thing. Dear Emma, Heres my simple-minded introductory explanation: Marvellous reference - The Fourier Transform by Ronald Bracewell Fourier found that many functions can be described as the weighted sum of sines and cosines. The sines and cosines have arguments 2*pi*f*t where f=frequency(Hertz) and t=time(sec). f and t are on a linear scale. Although f is frequency, it could be 1/wavelength (spatial frequency or wavenumber) and t be space. Any similar pair could also be used. Getting the weights for the sinusoids from the input function is called Fourier Analysis or Forward Fourier Transform. Getting the original function back from the weights is called Fourier Synthesis or Inverse Fourier Transformation. The transforms are defined by: G(w) = Integral_{-inf}^{+inf} g(t)*exp(-i*w*t) dt g(t) = Integral_{-inf}^{+inf} G(w)*exp(i*w*t) dt /2*pi In which i=(-1)^.5, w=2*pi*f G(w) is known as the frequency domain, it is composed of the weights for the sinusoids; it shows for example at what frequency the energy is concentrated in a signal (see your hi-fi response curves for example). g(t) is the original signal, known as the time domain. It is very valuable in signal analysis and processing. There are many relations that show how an operation in one domain, may be conducted in the other domain. For example: convolution a(t)*b(t) is equivalently the product A(f).B(f). This is the heart of linear filter theory and combining probability distributions. It is often the case that choice of domain for a calculation is important for speed and accuracy etc. The Discrete Fourier transform is much as above except its applicable to digital sequences (sampled functions). Since the transform is (from previous posting) nf*nt complex multiplies and adds its an n^2 algorithm. There is a very clever way of coding it which makes the algorithm n.log2(n). This is a terrific increase in speed and the algorthm is know as the Fast Fourier Transform (Due to Cooley & Tukey), or FFT. Much of the worlds computer power that is left after running internet is expended doing FFT's. The previous posting used the term Fourier Interpolation, this could be misleading. Interpolation can be acheived in the inverse transform by choosing values of t at which interpolated values ar required, however, it is simpler and equivalent to use sinc interpolation (sin(x)/x). One final comment, in the transforms above, ignoring the 1/2pi factor which some definitions distibute equallly between the forward and inverse transforms, the only difference is the sign of i. That is the forward and inverse transforms are identical. So much so, that I recall a very drunken conversation I had with a colleague in which we argued that we could not tell whether we lived in the time of frequency domain! -- Gary Hampson
In article <5apofh$ofb@orm.southern.co.nz> bsandle@southern.co.nz (Brian Sandle) writes: >From: bsandle@southern.co.nz (Brian Sandle) >Subject: Whale strandings->earthquakes? Was: (Re: ...earthquake references) >Date: 6 Jan 1997 02:36:33 GMT >A few years ago I telephoned the Japanese embassy to say that I wondered >whether whale strandings might happen a few days before a quake. >I remember this happened a month or so ago with a stranding at the >northern end of New Zealand's South Island preceeding a Japanese 'quake >by a few days. >Has anyone a file of strandings that could be correlated against a 'quake >file, using partial correlations for regions? Many passes would be >required and it would also be interesting to change time windows, type of >whale. >I remembered this topic when writing on sci.physics about power line >health effects - electromagnetic stress - there is currently a thread. >Whales register the dawn pulse in the earth's magnetic field, do they >register other magnetic trouble which may indicate an oncoming 'quake? >Brian Sandle Having seen quite a few reports of whale strandings over the years (really) I've never noticed any suggestion of a correlation with earthquakes. Also, many whale strandings occur in places where earthquakes are rare. I think this hypothesis is a non-starter. Roger Musson r.musson@bgs.ac.ukReturn to Top
Im Artikel <5arpo7$p23@canyon.sr.hp.com>, brett@sr.hp.com (Brett Carver) schreibt: > >Kyler Laird (laird@puritan.ecn.purdue.edu) wrote: >> Over lunch, the topic of bathtub electrocution came >> up (from a scene in a movie). I've thought about it >> a few times, but I've never gotten a good grasp of >> the circuit involved. > >That's because Hollywood doesn't have a clue. >They do whatever LOOKS good. Don't think so - they are not inventive enough. They just put in movies what was reported often enough... >> It seems to me that in order to get a fatal >> outcome we need to get current to flow through the >> person's heart. Providing lots of low-resistance >> paths to ground which *don't* go through the heart >> is not going to cut it. How come you think that the water in the tub is a low resistance path to the ground, or better say, a lower resistance path than your body? As usually tab water is quite a good resistor, at least better than your salty body fluids.... Thus IMHO the current will actually look for a way through your body - just like it would prefer salty see water to pure well water. >That's correct. A TV/Radio/whatever thrown/falling into a tub isn't >going to kill the person (just don't pick it up!!). If you're so sure about it: Try it out. But don't whine, if.... ah, you won't be able to ;-))).... The most dangerous untruths are truths slightly deformed. Lichtenberg, Sudelbuecher __________________________________ Lorenz Borsche Per the FCA: this eMail adress is not to be added to any commercial mailing list. Uncalled for eMail maybe treated as public.Return to Top
Perhaps some might be interested in knowing how the Romans found water 2000 years ago. Quoting from Pliny the Elder: "Signs of water are the presence of bulrushes.. frogs in unusual numbers.. a misty haze seen from a distance before sunrise.. surface reflections.. dig a hole five feet deep, cover it with unfired clay.. if a woolen fleece ( Put in the hole ) becomes wet.. these are incontestible signs of water. BTW, Pliny also writes about the use of diamond chips for cutting stones, magnetism, electrostatics, and lots of other good stuff in his "Natural History". As some might know, Pliny died when investigating the volcano eruption at Pompey. Tom Potter http://pobox.com/~tdpReturn to Top
ags@seaman.cc.purdue.edu (Dave Seaman) writes: > >You mean, in SOME high-level languages. In common lisp, for example, >2^(1/2) would be written as (expt 2 1/2), And it works in APL as I recall .... but neither it nor common lisp is a particularly common language. ;-) >Although languages like Fortran and C do give 2^(1/2) = 1 (and so does >BASIC, if I remember correctly), I think it's a mistake to say that the >Fortran/C interpretation is the only correct one and that any language >using a different interpretation causes people to be crippled for life >as programmers. It was not that aspect of BASIC that leads to crippled programming -- or, should I say, programming challenged -- behavior. After you have seen enough BASIC written in Ada or C or Fortran, as I have, the problems it creates would be clearer. -- James A. CarrReturn to Top| "The half of knowledge is knowing http://www.scri.fsu.edu/~jac/ | where to find knowledge" - Anon. Supercomputer Computations Res. Inst. | Motto over the entrance to Dodd Florida State, Tallahassee FL 32306 | Hall, former library at FSCW.
Im Artikel <5asp3l$nd0@newsstand.cit.cornell.edu>, breed@HARLIE.ee.cornell.edu (Bryan W. Reed) schreibt: >In article <19970107050700.AAA20205@ladder01.news.aol.com>, >KRamsayReturn to Topwrote: >> >>Is another part of the tube somewhat weak, so that it can bulge out? >> >>Keith Ramsay >> >Doesn't matter. What would cause it to bulge out more than usual if not >increased pressure? > ... >I can't think of a simple way the pressure would initially go down--seems >the thing would have to be unstable to begin with. LeChatelier's principle >and all that. You'd have to cheat somehow. Like use a fast-acting sensor/ >pump combination to pull air out as soon as it senses your hand applying >pressure. Or something even more silly. An irregularity could. A weak spot, something that just about holds the normal pressure when being flat. Then, when, due to a rise in pressure, bulging starts, the surface of the weak spot get's bigger and bigger, thus the summed up pressure/tension on the surface of that spot rises, blowing the yet weak spot up, bulging it out. Now when the final bubble has emerged, the overall pressure has sunken due to the increased volume. Yeah, that is somekind of cheating - I have seen it happening when the mantle of a tyre was ruptured and all of a sudden, but only after a while, a huge balloon from the unruptured tube emerged out of a tiny spot - and the tyre sank low... The most dangerous untruths are truths slightly deformed. Lichtenberg, Sudelbuecher __________________________________ Lorenz Borsche Per the FCA: this eMail adress is not to be added to any commercial mailing list. Uncalled for eMail maybe treated as public.
Henry H. Lindner wrote: > > The is no such thing as the Philosophy of Science. There is ..... > (whatever, etc.) Henry, I'm laying 3 to 2 on you for the Overbearing championship of the universe. LRReturn to Top
In article <5ap3jf$1u53@b.stat.purdue.edu>, Herman RubinReturn to Topwrites >In article <5abh5j$l3h@news.fsu.edu>, Jim Carr wrote: >>davk@netcom.com (David Kaufman) writes: > >>> Should We Have A National Math And Science TV Network? > >> We already have one. Public TV was created as "educational TV" >> and used as such when I was a kid. > >Unless there is a specific course, TV is not a means of learning a >subject. At best it is a means of getting a low-level popularized >version of it. In the UK we have the Beeb (BBC) of course, in particular BBC2. Channel 4 also does a load of educational stuff. Also in this centre of civilisation [ ;) ] we have the Open University which basically allows degree study at home with the help of tv programs and course books. The programs are often transmitted at the most obnoxious times, but if you can programme a video recorder you can still get a nights sleep (unless youre paranoid of course). It usually takes 5-7 years to study for a first degree using this method. I guess they may have a web page. -- Gary Hampson
-----BEGIN PGP SIGNED MESSAGE----- These articles appeared to be off-topic to the 'bot, who posts these notices as a convenience to the Usenet readers, who may choose to mark these articles as "already read". You can find the software to process these notices with some newsreaders at CancelMoose's[tm] WWW site: http://www.cm.org. Poster breakdown, culled from the From: headers, with byte counts: 4 11580 Archimedes.Plutonium@dartmouth.edu (Archimedes Plutonium) 11580 bytes total. Your size may vary due to header differences. The 'bot does not e-mail these posters and is not affiliated with the several people who choose to do so. @@BEGIN NCM HEADERS Version: 0.93 Issuer: sci.physics-NoCeMbot@bwalk.dm.com Type: off-topic Newsgroup: sci.physics Action: hide Count: 4 Notice-ID: spncm1997006124011 @@BEGIN NCM BODY <5as8tm$uig$1@dartvax.dartmouth.edu> sci.physics.electromag sci.physics sci.bio.misc sci.chem <5asb6a$ma6$1@dartvax.dartmouth.edu> sci.math sci.physics sci.logic <5asef3$ale$1@dartvax.dartmouth.edu> sci.math sci.physics sci.logic <5asdml$c1r$1@dartvax.dartmouth.edu> sci.math sci.physics sci.logic @@END NCM BODY Feel free to e-mail the 'bot for a copy of its PGP public key or to comment on its criteria for finding off-topic articles. All e-mail will be read by humans. -----BEGIN PGP SIGNATURE----- Version: 2.6 iQCVAwUBMtJELoz0ceX+vLURAQEYnAQAhyYFdedGp9QLS4UoIwPMFOiiYlPRXLyS jPdAuqFssX+VhPaCZ8VuOg3LCxpoN0qO/GjLzJvPlw4nNKni1zIIgBpb7/+ZXD+O kA/J6w/na5gMKynVBt3Ggv9+gGZUUG1VGzjEAuXcFpdFQyiBttVVb6E2Ab3gfGRK sLW4HrvKcv4= =uPws -----END PGP SIGNATURE-----Return to Top
thweatt@prairie.nodak.edu (Superdave the Wonderchemist) wrote: snipped q I can't answer. >2) Has anyone thought about how convenient it is that the two states >which had these Mary J. legalization referenda passed also happen to be >veritable superhighways of refer smuggling? How interesting it is that >under these new laws, a legal demand for wacky weed and thus an >unperturbed supply of said substance would be created in coincidentally >the very heart of the existing shipping lanes. Is this just one step in >the incremental downward stairway to an up-scaled Amsterdam? What evidence is there that Arizona or CA are any more or less "highways of smuggling" when most places grow their own? Shipping lanes? Florida, Texas and New York are chopped liver? What? This has nothing to do with medical marijuana and is nonsequitur. >3) Not all scientific funding comes from the government, if >pharmaceutical companies thought that they could make a bundle from the >dubious medicinal effects of a substance which could be manufactured so >readily and profitably, don't you think they would have jumped to the >side of the bud-tokers in support of such legal measures? The pharmaceutical companies isolate single chemicals, patent them, conduct in vitro, animal and human studies. Marinol (dronnabinol) is one cannabinoid found in marijuana and is marketed, accruing profits to Roxane. Anecdotally, I can tell you some find it to be adequate to the task of stimulating appetite or offsetting nausea (lending credence to the notion that pot itself does this). Others claim pot works better. Certainly, it has a wider array of cannabinoids and other substances. Indeed, Roxane can freely market without any legal competition from the original herb. It is in the interest of pharmaceutical companies to suppress information about equivalent efficacy from herbs, especially when they literally grow like weeds and can be obtained at very little cost. A test was designed to compare and contrast the effects. The NIH's NIDA refused Dr. Don Abrams the opportunity to study it. Given the remarkable number of poorly designed studies conducted by the NIH, it is laughable that their excuse was they didn't like the protocol. George M. CarterReturn to Top
Jim Carr wrote: > > ags@seaman.cc.purdue.edu (Dave Seaman) writes: > > > >You mean, in SOME high-level languages. In common lisp, for example, > >2^(1/2) would be written as (expt 2 1/2), > > And it works in APL as I recall .... but neither it nor common lisp is > a particularly common language. ;-) > > >Although languages like Fortran and C do give 2^(1/2) = 1 (and so does In C, the expression "2^(1/2)" yields the value "2". The reason why is left as an exercise for the reader. -- Chris Volpe Phone: (518) 387-7766 GE Corporate R&D; Fax: (518) 387-6560 PO Box 8 Email: volpecr@crd.ge.com Schenectady, NY 12301 Web: http://www.crd.ge.com/~volpecrReturn to Top
mfarrington@alpha.ntu.ac.sg wrote: : a few years ago i saw an amazing demo of "gyroscopic force". : this guy had a 30kg flywheel attached to an axle that he held : in two hands. another bloke came in and spun the wheel up to : 3000rpm with a modified electric drill. the first bloke then : began to turn slowly on the spot and then dropped one hand from : the axle. If anybody is around a person trying this, run to the nearest strong shelter, if the bearings lock up, the whole thing will be bouncing around against objects at 100 miles per hour. : he then waved this 30kg weight in slow circles over : his head using one hand and no effort at all... He had pretty good muscles if it really weighed 30 kilograms, that is close to 65 pounds, and he had to hold all the weight. The reason that he waved it around is that if the axis is horizontal, and he only holds one end, it has to precess (the axis must turn the points of the compass) several times a minute. This must have either been a stage show, or else he was a fake and a fraud. : while he kept : the thing moving it was effectively weightless (or that's what : he said anyway!!). He still had to hold the full weight, if he claimed different, he was not telling the truth. : i still don't really get how this demo worked - was it for : real?? i have often wondered why it is not possible to put : a number of gyroscopes at the end of the spokes of a big wheel : and have it float off into the distance. does anyone know : what the problem is?? Dream on. :-) Ken FischerReturn to Top
In article, meron@cars3.uchicago.edu writes: , In article , <> meron@cars3.uchicago.edu wrote: <> <> , ca314159 << writes: <><>meron@cars3.uchicago.edu wrote: <><>> <><>> No contradiction here. You are free to select any set of generalized <><>> coordinates you wish (within some broad limits at least. Once you've <><>> selected some set then the Lagrangian will give you the conjugate <><>> momenta (it is not the coordinates that are conjugate one to another <><>> but the coordinates and the momenta. >><>> <><> Does all this stem from the fact that differential measurements <><> are implied ? In the sense that one doesn't measure an EEG using <><> two electrodes but instead three (or more) to obtain common <><> mode rejection. Similarly interferometry and double slit <><> experiments have this dualism built into them. Isn't this <><> complementary nature of certain variables resulting from <><> the elimination of an absolute frame of reference then ? <> <>