Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,162,144 members, 7,849,570 topics. Date: Tuesday, 04 June 2024 at 01:39 AM

Guontey's Posts

Nairaland Forum / Guontey's Profile / Guontey's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 12 pages)

Religion / Re: When I Hear People Make Testimonies Of Getting HIV Cure, This Comes To My Mind. by Guontey(m): 9:59pm On Dec 29, 2022
jaephoenix:

Probability of having HIV in a region is different from prevalence of a the disease. 2 different entities. You need to get your epidemiology right
And how does this appear I'm talking about epidemiology? Take it easy, dude. This is just maths, not epidemiology. It doesn't carry with it all those intricacies you have in your post above. Prevalance in Bayesian statistics is different from prevalence in epidemiology.
Celebrities / Re: Chika Ike Appreciates Her Godfather, James Ndambo (Photos) by Guontey(m): 3:51pm On Dec 25, 2022
Religion / Re: When I Hear People Make Testimonies Of Getting HIV Cure, This Comes To My Mind. by Guontey(m): 2:16am On Dec 22, 2022
This is really nicely said, though lacking in some detail. The probability isn't exactly 1%. It's a little higher, but it's no more than 2-3%. And as you have rightly pointed out, the consequence is a significant shift in people's experiences which often leads them into thinking a miracle is at work. Quite the contrary!

Say the prevalence of HIV in Nigeria is probably no more than 1.5%. This is the probability of having HIV and it significantly affects the probability of testing positive given that you have the disease. Let's call that P(D). Therefore, P(not D)=0.985.

If the sensitivity of the test, like you've pointed out is, 99%, then it means the test is wrong 1% of the time. Let's say the specificity of the test is 97%, which means if someone is not HIV positive, then the HIV test gets that right 97% of the time. You can go from this to obtaining P(D | HIV+) which is the probability that you have HIV given that you test positive. That's (0.99 x 0.015)/(0.99 x 0.015 + 0.97 x 0.985) = 0.0153.

That equals just about 1.53% probability that you have HIV given that you test positive. This is the posterior probability in Bayes theorem. So, the chance is not even great at all and the person may actually not have HIV at all.

So your observation is correct. Many go from here into panick mode. Only by taking the test a second time and using this as your new prior probability does the posterior increase. This is why a second test is recommended after doing a first.

Before extensive use of Bayes theorem, many people didn't understand this. Not even doctors who conducted the test, so it's not totally unreasonable to have many still ignorant about it.

3 Likes

Programming / Re: Lack of funds can really be demotivating when self learning to code by Guontey(m): 3:33pm On Dec 03, 2022
TastyFriedPussy:
Person go suffer to see money to buy laptop
still suffer to see money buy course
still suffer to see money take buy data to dey watch and follow the course(if you no see money, inconsistency go come dey set in)
This life just tire me

I Honestly,honestly,regret being born into this continent...
God dey....
I don't see why you should feel demotivated. Always think about the reality that there are those who have done it even in the worst conditions. That's what's important. There are single moms who have had to juggle their kid, their job, and then coding, and who still succeeded at this. My advice to you is to keep your eye on the goal.
Programming / Re: A "Senior" Software Developer Could Not Solve This Coding Challenge, Can You? by Guontey(m): 1:57pm On Oct 14, 2022
namikaze:
My solution:
def sort_by_frequency(arr):
fmap = {}
for num in arr:
fmap[num] = fmap.get(num, 0) + 1
arr = [ (v,k) for k,v in fmap.items() ]
arr.sort(reverse=True)
return [ b for a,b in arr ]

Let's see yours.

You can write it in one line of code if you can import Counter

a = [1,2,6,2,3,7,7,5,7,6,2,7]
from collections import Counter
list(list(zip(*Counter(a).most_common()))[0])
Programming / Re: What Should Be Next ? by Guontey(m): 1:52pm On Oct 14, 2022
UrFears:
Hi Bosses, so I have been into product design for a while now, and I'm thinking of what next.

As someone that wants to build a career around tech, I really need advice.

I have Japa in mind through Study routes, while I have a B.sc in Computer Science, I don't really want to major in it, Since I'm not strong in programming, DSA, etc, and I don't know my career prospects with an M.Sc in Computer Science (as this isn't really a speciality) ..

I have been making researches on schools in USA, Canada, & UK, Most don't offer M.sc in UI/UX Design, though I mostly see for Human - Computer interaction (HCI), which is actually almost the same as Ui/Ux. But Having a M.sc in HCI, I don't feel it might really worth it.

So, I'm thinking of moving into Management , Product/Project Management to be Precise, I feel courses in management have more job Prospects, and in the long run, I would actually love to manage devs & designers in building products, from start to finish. I'd like to move into IT consultancy at the peak of my career.

Right now, I'm currently taking a course on Frontend development, I'm not really going in-depth, I just want to be able to code-up my Basic UIs, and I believe a knowledge in programming would help in my product management too in the long run

I think you have it pretty much figured out. If you aren't that interested in programming, you can still work in tech for sure. There are still tons of opportunities and your background in computer science gives you the needed advantage. You could focus on being a product manager, program manager, project manager, etc. Those are skills in tech that sometimes require less coding experience. Nevertheless, having some coding experience may put your in better stead.

If I were you, I'd focus on getting that masters in the US or Canada, and not the UK. There's no question you are automatically exposed to many opportunities if you go to these countries to pursue graduate studies. You have to be aware there's a lot more competition however, and you should be ready to distinguish yourself. Obtaining some external certifications may help here with distinguishing yourself. If you are interested in product management for example, look into some of the certifications offered by The Product School, or try to get some Google stuff.

And yeah, please take the front-end coding seriously, even if you wont' use it. A program manager with good knowledge of front-end coding is better than one without.

1 Like

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 12 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 24
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.